The Formswrite API lets you convert documents to quizzes and export them to 30+ platforms programmatically. Use it to build custom workflows with Zapier, Make, or your own applications.Documentation Index
Fetch the complete documentation index at: https://docs.formswrite.com/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
Authentication
All API requests require a JWT Bearer token. Generate your token from the Formswrite dashboard:- Go to Settings
- Click Generate Auth Token
- Copy the token and include it in the
Authorizationheader
Available endpoints
| Method | Endpoint | Description |
|---|---|---|
POST | /api/v1/convert | Convert a document to a quiz format |
GET | /api/v1/convert/status/:jobId | Poll the status of an async conversion |
Rate limits
API requests are subject to your subscription plan limits. Each conversion counts as one credit.Next steps
Convert document
Convert a document to any supported format.
Poll status
Check the status of an async conversion job.