Automate flipbook creation with API keys. All endpoints share the same base URL.
http://localhost:24001Send the API key via header:
Authorization: Bearer fk_xxxxxxxxxxxxxxxxxxxx
Get your key at /dashboard/api-keys
| Method | Path | Description |
|---|---|---|
| POST | /api/v1/flipbooks | Create a new book |
| POST | /api/v1/flipbooks/:id/upload-init | Get a PDF upload URL |
| POST | /api/v1/flipbooks/:id/upload-finish | Mark upload done, start rendering |
| GET | /api/v1/flipbooks/:id/jobs | Track render progress |
| PATCH | /api/v1/flipbooks/:id/style/effect | Change the flip effect |
| GET | /api/v1/flipbooks/:id/share | Get share link + QR |
| GET | /api/v1/flipbooks/:id/stats | Get analytics |
| GET | /api/v1/public/flipbook/:code | Get the public manifest (no auth) |
Subscribe to webhooks to receive events:
flipbook.ready — when rendering is doneflipbook.failed — when rendering failslead.captured — when a new lead arrivesview.threshold — view count threshold reached