GET
/
templates
curl --request GET \
  --url https://api.autocaption.io/v1/templates \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "<string>",
    "name": "<string>"
  }
]

Authorizations

x-api-key
string
header
required

Response

200 - application/json
A list of templates.
id
string
required

The unique identifier for the template. Initially numeric, but will accommodate UUIDs as well.

name
string
required

The name of the template.