Retrieves a list of templates available.
curl --request GET \ --url https://api.autocaption.io/v1/templates \ --header 'x-api-key: <api-key>'
[ { "id": "<string>", "name": "<string>" } ]
The unique identifier for the template. Initially numeric, but will accommodate UUIDs as well.
The name of the template.