API reference
GET /templates
Returns published public templates and templates available to the workspace tied to your API key.
Response
List of available templates
FAQs
Do I need to send a workspace ID?
Do I need to send a workspace ID?
No. Workspace scope is inferred from your API key — every key belongs to exactly one workspace.The response contains the public templates plus templates accessible to that workspace.
Why don't I see every template in the workspace?
Why don't I see every template in the workspace?
The endpoint returns public templates plus templates accessible to the workspace.Hidden and personal templates are excluded.
What should I do with the template IDs returned here?
What should I do with the template IDs returned here?
Use them as inputs to presentation creation or generation flows.This endpoint is the best way to discover valid templates before making those requests.