Skip to main content
If you’re getting authentication errors:
  1. Check if your API key is valid
  2. Ensure you’re using the correct authorization header format
  3. Verify you’re using the correct base URL for the endpoint
Common file upload problems:
  • File size exceeds limit
  • Unsupported file format (e.g., .doc instead of .docx)
  • Missing required parameters
  • Vision/OCR not enabled for image processing
If you’re hitting rate limits:
  1. Implement exponential backoff
  2. Consider upgrading your subscription
  3. Optimize your request patterns
  4. Cache responses where appropriate