Skip to main content
The Formswrite API lets you convert Google Docs into quizzes and export them to 25 supported 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:
  1. Go to Settings
  2. Click Generate Auth Token
  3. 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

MethodEndpointDescription
POST/api/v1/convertConvert a document to a quiz format
GET/api/v1/convert/status/:jobIdPoll 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.