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.
A list of templates.
The response is of type object[].
object[]