Skip to Content
DocsDeckFlowAPI Reference

API Reference

DeckFlow exposes a REST API for deck management. All mutating endpoints require Clerk authentication.

Endpoints

Public

MethodPathDescription
GET/decks/public/:slugGet a public deck by slug

Authenticated

MethodPathDescription
POST/decksCreate a new deck
PATCH/decks/by-slug/:slugUpdate a deck
DELETE/decks/:idDelete a deck
GET/decksList your decks

Import

MethodPathDescription
POST/api/importImport a PPT file

Authentication

All authenticated endpoints require a valid Clerk session token in the Authorization header:

Authorization: Bearer <clerk-session-token>
Last updated on