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.