Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.craftkit.dev/v1/templates \ --header 'Authorization: Bearer <token>'
{ "templates": [ { "id": "7c9f0b2e-2b1a-4f3d-9c8e-1a2b3c4d5e6f", "name": "Invoice", "slug": "invoice", "description": "Standard customer invoice", "templateType": "document", "currentVersionNumber": 3, "published": true, "createdAt": "2026-06-01T09:00:00.000Z", "updatedAt": "2026-06-20T14:30:00.000Z" } ] }
List the templates in the authenticated key’s project, newest-updated first.
Project API key (ck_live_… or ck_test_…) presented as a bearer token. For embed partner endpoints this is the partner secret key, which is the same credential type.
ck_live_…
ck_test_…
The project's templates.
Show child attributes