Skip to main content

Starter Templates

Pre-built templates to help you get started quickly. The list endpoint is public (no authentication required), while cloning requires an API key.

List Starter Templates

GET https://api.getdeckle.dev/v1/starter-templates Public — no authentication required. Returns all available starter templates with their metadata and sample data.

Example

Response


Get Starter Template

GET https://api.getdeckle.dev/v1/starter-templates/:slug Public — no authentication required. Get the full details of a starter template including its HTML content.

Path Parameters

Response


Clone Starter Template

POST https://api.getdeckle.dev/v1/starter-templates/:slug/clone Requires authentication. Clone a starter template into your account as a new editable template.

Path Parameters

Example

Response — 201 Created

Errors