Automette docs

Where to start

GET
/api/v1

Authorization

ApiKeyAuth
AuthorizationBearer <token>

API key from Settings → API Keys.

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1"
{  "name": "Automette API",  "description": "Turn a template plus data into a document — PDF, PNG, JPG, WebP or Word.",  "start_here": "https://automette.com/api/v1/skills/recipes",  "skills": [    {      "id": "recipes",      "title": "What you can do, and how",      "engine": "both",      "kind": "skill",      "summary": "Every task this API supports and the route to it.",      "self": "https://automette.com/api/v1/skills/recipes"    }  ],  "engines": {    "canvas": "JSON layouts of positioned components. Authorable over the API.",    "typst": "Markup compiled to PDF. Authorable over the API.",    "docx": "Uploaded Word files. Renderable over the API, authored in the dashboard."  },  "resources": {    "templates": "https://automette.com/api/v1/templates",    "renders": "https://automette.com/api/v1/renders"  },  "openapi": "https://automette.com/openapi.yaml",  "docs": "https://automette.com/docs"}