cURL
curl --request GET \ --url https://api.presenton.ai/api/v1/ppt/template/{id} \ --header 'Authorization: <authorization>'
{ "name": "<string>", "ordered": false, "slides": [ { "id": "<string>", "name": "<string>", "description": "<string>", "json_schema": {} } ] }
Show child attributes
Was this page helpful?