v1
latestOpenAPI 3.1.02026-07-2665164286.3 KBTemplates
List Templates
Returns a paginated list of API-ready templates in the workspace. Templates are created and edited in the HeyGen web editor; only templates with variables defined are listed.
get/v3/templates
Query parameters
limitinteger
Maximum number of templates to return per page
tokenstring
Opaque pagination token from a previous response's next_token
Response
Successful response
Example response
{
"data": [
{
"id": "77e650952c024c6188a35e23e7088617",
"name": "Quarterly Update",
"aspect_ratio": "16:9",
"created_at": 1711929600,
"updated_at": 1711929600
}
]
}