List templates
list_templatesRetrieve Synthesia video templates with their IDs and variable names. Use a template ID to create customized videos via the API. Supports pagination and filtering by origin.
Instructions
List Synthesia video templates (created in STUDIO) with their IDs and variable names. Templates are the way to produce rich, designed videos via the API — use create_video_from_template with a templateId from this list. Paginated: pass the returned nextOffset as offset to fetch more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Templates per page (default 20, max 100). | |
| offset | No | Pagination offset; use nextOffset from the previous call. | |
| source | No | Filter by origin: 'workspace' (your own templates) and/or 'synthesia' (stock). Default: both. |