cURL
curl --request GET \ --url https://api.presenton.ai/api/v1/ppt/template/{id} \ --header 'Authorization: <authorization>'
{ "name": "<string>", "slides": [ { "id": "<string>", "json_schema": {}, "name": "<string>", "description": "<string>" } ], "ordered": false }
Bearer JWT or API Key
The id of the template, must be one of general, modern, standard, swift, neo-general, neo-modern, neo-standard, neo-swift or your custom template
Successful Response
Show child attributes
Was this page helpful?