cURL
curl --request GET \ --url https://api.presenton.ai/api/v3/standard-template/{id}/example \ --header 'Authorization: <authorization>'
{ "standard_template": "<string>", "slides": [ { "layout": "<string>", "content": {} } ] }
Get a example slides content data for a standard template.
Create an API Key from your account to access this endpoint. Authorization: Bearer sk-presenton-xxxxxxxx
Bearer JWT or API Key
Successful Response
Show child attributes
Was this page helpful?