get
https://apis.elai.io/api/v1/templates
Lists the templates available to the workspace: its own private templates first, then the shared public catalog.
Sorting is fixed — by aspect ratio (16:9, then 1:1, then the rest), private before public, then the template's own order, then newest first. accountId is stripped from templates the workspace does not own.
Templates are Video documents with template.enabled, so entries carry the usual video fields; thumbnails come back as signed URLs.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
curl -X GET 'https://apis.elai.io/api/v1/templates' \
-H 'Authorization: Bearer YOUR_API_TOKEN'
