cURL
curl --request GET \ --url https://api.autocaption.io/v1/templates \ --header 'x-api-key: <api-key>'
[ { "id": "<string>", "name": "<string>" } ]
Retrieves a list of templates available.
Documentation IndexFetch the complete documentation index at: https://developers.autocaption.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developers.autocaption.io/llms.txt
Use this file to discover all available pages before exploring further.
A list of templates.
The unique identifier for the template. Initially numeric, but will accommodate UUIDs as well.
The name of the template.