DocstroubleshootingCommon Errors

Common Errors

Frequently encountered errors and solutions.

Overview

Common API errors and how to resolve them.

Authentication errors

ErrorCauseSolution
401 UnauthorizedInvalid or missing API keyVerify key is valid and included in header
403 ForbiddenInsufficient scopeCreate a key with required scope

Rate limited (429)

{
  "error": "rate_limited",
  "message": "Too many requests"
}

Insufficient budget (402)

{
  "error": "insufficient_credits",
  "message": "Your balance is too low"
}