Welcome to the AI Quick Transcript API documentation. You can explore the available endpoints, understand request/response formats, and test the API directly using the interactive interfaces below.
Authentication is required for most endpoints and is handled via API Keys passed in the X-API-Key
header.
You can manage your API keys from the API Keys page after logging in.
X-API-Key
header for all API requests that require authentication (e.g., X-API-Key: vdz_your_key_here
)./payments/packages
and /payments/create-checkout
).
Most API endpoints require authentication using an API key. Generate your keys on the API Keys page (login required).
Include the key in the X-API-Key
HTTP header with each request.
Example using curl
:
curl -X GET "https://quicktranscript.app/api/auth/test" -H "X-API-Key: vdz_your_api_key"
The /api/auth/test
endpoint can be used to verify your API key is working correctly.
Our API supports Zapier integration, allowing you to automatically connect completed transcriptions to thousands of apps. The following endpoints are specifically designed for Zapier workflows:
GET /api/auth/test
- Verify API key authenticationGET /api/transcriptions/completed
- Poll for new completed transcriptionsPOST /api/transcriptions
- Submit new transcription jobsGET /api/transcriptions/{task_id}
- Monitor transcription progressPopular Zapier Workflows:
To set up Zapier integration, you'll need to create a Zapier app using our API endpoints. Contact us for developer documentation and setup assistance.
If you encounter any issues or have questions, please refer to the main application or contact support if applicable.