Preview any design
Renders exactly what POST /codes would save for this design (a template with new colours, a plain code with a gold frame, an Auto Design variant with SCAN on top) without creating anything. Same render budget as /design/auto.
Authorization
apiKey An API key from Settings, Developers: Authorization: Bearer kc_live_...
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/design/preview" \ -H "Content-Type: application/json" \ -d '{ "design": { "kind": "auto" } }'{ "previewUrl": "string", "design": { "kind": "auto", "archetype": "string", "palette": [ "string" ], "scanVerified": true }, "warnings": [ "string" ], "scanVerified": true}Preview Auto Design variants POST
Reads a website's brand colours (its stylesheet and brand image) or takes a palette, and renders the batch's nine designed variants. Pick one and create the code with `design: { kind: "auto", url, batch, index }`. Pass `index` and `colors` to see one variant in your own colours before creating it. Twelve calls per minute per key.
List folders GET
The whole folder tree in one response, no paging. Group by `parentId` to rebuild it.