Documentation Index
Fetch the complete documentation index at: https://vaquill.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Error Format
Errors return JSON with adetail field:
Status Codes
| Code | Meaning | Action |
|---|---|---|
200 | Success | |
401 | Unauthorized | Check your API key and Authorization header |
402 | Payment Required | Insufficient credits. Purchase more or upgrade to API Pro |
404 | Not Found | Resource does not exist |
422 | Validation Error | Check request body for missing or invalid fields |
429 | Rate Limited | Back off and retry with exponential backoff |
500 | Internal Error | Retry after a brief delay. Contact support if it persists |
Rate Limiting
On429, implement exponential backoff:
Troubleshooting
401 but my key is correct
401 but my key is correct
Include the
Bearer prefix: Authorization: Bearer vq_key_.... The key alone is rejected.402 after purchasing credits
402 after purchasing credits
Credit purchases may take a few seconds to reflect after the payment provider confirms. Retry after a moment.
422 validation error
422 validation error
Set
Content-Type: application/json. Check the loc field in the response to find the problematic field.
