Skip to main content

Marketplace

The template marketplace lets users share and discover community-created PDF templates.

Browse Templates

GET https://api.getdeckle.dev/v1/marketplace List public templates available in the marketplace.

Query Parameters

Response


Get Template Details

GET https://api.getdeckle.dev/v1/marketplace/:id Get the full details of a public marketplace template, including its HTML content and schema.

Path Parameters

Response


Clone Template

POST https://api.getdeckle.dev/v1/marketplace/:id/clone Clone a public marketplace template into your own account. The cloned template is private by default.

Path Parameters

Response — 201 Created


Publish Template

POST https://api.getdeckle.dev/v1/marketplace/:id/publish Publish one of your own templates to the marketplace, making it visible to all users.

Path Parameters

Response


Unpublish Template

POST https://api.getdeckle.dev/v1/marketplace/:id/unpublish Remove one of your templates from the marketplace. The template remains in your account but is no longer publicly visible.

Path Parameters

Response

Errors