cURL
curl --request GET \ --url https://api.presenton.ai/api/v1/ppt/template/{id}/example \ --header 'Authorization: <authorization>'
{ "template": "<string>", "slides": [ { "layout": "<string>", "content": {} } ] }
Get a example slides content data for a template. This data can be used to create presentation from json.
Show child attributes
Was this page helpful?