Automette docs

List templates

GET
/api/v1/templates

Authorization

ApiKeyAuth
AuthorizationBearer <token>

API key from Settings → API Keys.

In: header

Query Parameters

engine?string

Filter by template engine. Any value other than typst, canvas, or docx returns 422.

Value in

  • "typst"
  • "canvas"
  • "docx"

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/templates"
[  {    "id": "cm4tpl8e20001js04xq2v9k3m",    "name": "Invoice",    "engine": "typst",    "self": "https://automette.com/api/v1/templates/cm4tpl8e20001js04xq2v9k3m",    "created_at": "2026-04-01T09:00:00.000Z",    "updated_at": "2026-04-22T11:00:00.000Z"  }]