Skip to content

Get Branded Templates

GET https://api.slidespeak.co/api/v1/presentation/templates/branded

Returns a list of all processed branded presentation templates, including their id and file name. Use this endpoint to retrieve processed branded templates that can be applied when generating new presentations. The template id later can be used to generate a presentation using one of our generation endpoints.


Content-Type: string

application/json

X-API-Key: string

The API key to use for the request.


<YOUR_API_KEY>


Terminal window
curl -X GET "https://api.slidespeak.co/api/v1/presentation/templates/branded" -H "Content-Type: application/json" -H "x-api-key: YOUR_API_KEY"

[
{
"id": "cme19z5c40003vktkvhd5jvfw",
"name": "My Template.pptx"
},
{
"id": "cme1am6ap0005vktk30rtpsaf",
"name": "My Template 2.pptx"
},
...
]