Automette docs

Read a reference page

GET
/api/v1/skills/{id}

Authorization

ApiKeyAuth
AuthorizationBearer <token>

API key from Settings → API Keys.

In: header

Path Parameters

id*string

typst, canvas, or a reference page id from the listing.

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/skills/string"
{  "id": "typst",  "title": "Typst skill",  "kind": "skill",  "engine": "typst",  "summary": "The complete Typst reference.",  "content": "# Typst Skill\n\n## What is Typst?\n…"}