APIReferencePages
List KuikPage templates
KuikCode's curated templates and the workspace's saved ones. Every new KuikPage starts from one.
Authorization
apiKey AuthorizationBearer <token>
An API key from Settings, Developers: Authorization: Bearer kc_live_...
In: header
Response Body
application/json
curl -X GET "https://example.com/page-templates"{ "data": [ { "id": "string", "scope": "kuikcode", "name": "string", "category": "string", "hint": "string", "pages": [ "string" ], "usesProBlocks": true, "previewUrl": "string" } ]}Get a KuikPage GET
One KuikPage with its status, live address and preview image.
Describe KuikPage blocks GET
Without `types`: every block type with its label and the plan it needs. With `types=buttons,map`: the JSON Schema of each named type, the fields an addBlock or setBlock operation may send. Fields with a default can be left out.