v1.0 Beta

Deckster API

Build powerful presentation workflows with our API

Authentication

Authenticate your requests using Bearer tokens. You can generate an API key in your dashboard settings.

Authorization: Bearer YOUR_API_KEY

Core Endpoints

POST
/v1/presentations/generate

Generate a new presentation from a prompt.

{
  "topic": "Q4 Marketing Strategy",
  "slides": 10,
  "style": "professional"
}
GET
/v1/presentations/{id}

Retrieve details of a specific presentation.

Rate Limits

The API is currently rate limited to 100 requests per minute for Pro plans and 1000 requests per minute for Enterprise plans.