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.
The bearer token to authenticate with
The id of the template, must be one of general, modern, standard, swift or your custom template
Successful Response
Show child attributes
Was this page helpful?