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.
If you encounter any issues or have questions, please refer to the main application or contact support if applicable.