Automate flipbook creation, run AI translation across pages, configure chatbots programmatically, and pull analytics into your stack β all via REST. OpenAPI 3.1 spec, live Swagger UI, API access from $19/mo.
The Flipebooks REST API lets developers automate the entire flipbook lifecycle: convert a PDF on upload, sync flipbook analytics into your BI tool, push leads from forms to your CRM, configure an AI chatbot on each flipbook from a template, or run AI translation across pages on demand. Common integrations include CMS auto-publishing, Zapier-style workflows via webhooks, and embedding live flipbooks in customer portals.
Configure the AI chatbot per flipbook, trigger AI page translation, and read AI insights β all programmatically. No competitor exposes this level of AI through their API.
Full OpenAPI 3.1 spec with interactive Swagger UI at /api/docs. Every endpoint documented with request/response schemas, examples, and error codes. Try calls without leaving the docs.
API keys with SHA-256 hashing. Rate limiting per plan (Pro: 100 req/min, Premium: 1,000 req/min). Up to 5 keys per account.
Go to Dashboard β API Keys. Create a key, copy it (shown once), and store it securely.
Send requests to api.flipebooks.com/v1/* with your API key in the Authorization header. JSON in, JSON out.
Automate flipbook creation from your CMS. Pull analytics into your BI tool. Sync leads to your CRM. The API covers it all.
Create a flipbook from a PDF URL
bashcurl -X POST https://api.flipebooks.com/v1/flipbooks \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{"sourceUrl": "https://example.com/document.pdf", "title": "Q1 Catalog"}'Pull flipbook analytics in JavaScript
javascriptconst res = await fetch(
'https://api.flipebooks.com/v1/flipbooks/abc123/analytics',
{ headers: { Authorization: `Bearer ${API_KEY}` } }
);
const { views, uniqueReaders, avgTimeOnPage } = await res.json();| Platform | Plan with API | Price | AI features via API |
|---|---|---|---|
| Heyzine | Basic | Free | β |
| FlippingBook | Advanced | ~$190/mo | β |
| Flipsnack | Enterprise | Custom (>$258/mo) | β |
| Flipebooks | Professional | $19/mo | Chatbot + Translation + Insights |
Prices verified 2026-04-30 from each provider's pricing page. Heyzine has API access on the free tier but with limited endpoints and no AI features.
Create your first flipbook in under 2 minutes. Free, no credit card required.
Get Started Free