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.
Base URL
https://api.formswrite.com
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
Authorization header
Authorization: Bearer YOUR_API_TOKEN
Keep your API token secret. Do not share it publicly or commit it to version control.
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