cURL
curl --request GET \ --url https://api.{workspaceId}.clinia.cloud/ai/v1/summary-templates
{ "data": [ { "id": "<string>", "title": "<string>", "sections": [ { "title": "<string>", "description": "<string>" } ] } ], "meta": { "total": 1, "page": 1, "perPage": 123 } }
Retrieve a paginated list of summary templates.
The ID of the user making the request. Used to associate the request with a specific user.
The page number to retrieve.
x >= 0
The number of elements per page.
List of summary templates
The list of items.
Show child attributes
Was this page helpful?