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.example.com/v1/templates
{ "data": [ { "id": "<string>", "name": "<string>", "slug": "<string>", "description": "<string>", "published": true, "createdAt": "<string>" } ] }
Retrieve available project templates.
Show Template object
curl https://api.getkommit.ai/v1/templates \ -H "Authorization: Bearer km_your_api_key"
Was this page helpful?