cURL
curl --request GET \ --url https://api.presenton.ai/api/v3/standard-template/all \ --header 'Authorization: <authorization>'
[ { "id": "<string>", "name": "<string>", "total_layouts": 123 } ]
Get all standard templates.
Create an API Key from your account to access this endpoint. Authorization: Bearer sk-presenton-xxxxxxxx
Bearer JWT or API Key
Whether to include default templates
Successful Response
Was this page helpful?