cURL
curl --request GET \ --url https://api.presenton.ai/api/v3/standard-template/{id} \ --header 'Authorization: <authorization>'
{ "name": "<string>", "slides": [ { "id": "<string>", "json_schema": {}, "name": "<string>", "description": "<string>" } ], "ordered": false }
Bearer JWT or API Key
Successful Response
Show child attributes
Was this page helpful?