cURL
curl --request GET \ --url https://api.presenton.ai/api/v1/ppt/template/all \ --header 'Authorization: <authorization>'
[ { "id": "<string>", "name": "<string>" } ]
The bearer token to authenticate with
Successful Response
Was this page helpful?