Skip to main content
Explore API error codes and solutions. This guide includes an overview on error codes you might see from the API. Each error code mentioned in the overview has a dedicated section with further guidance.

API errors

CodeOverview
401 - Invalid AuthenticationCause: Invalid Authentication
Solution: Ensure the correct API key are being used.
401 - Incorrect API key providedCause: The requesting API key is not correct.
Solution: Ensure the API key used is correct, clear your browser cache, or generate a new one.
429 - Rate limit reached for requestsCause: You are sending requests too quickly.
Solution: Pace your requests. Check your rate limits.
429 - You exceeded your current quota, please check your plan and billing detailsCause: You have run out of balance.
Solution: Buy more balance.
500 - The server had an error while processing your requestCause: Issue on our servers.
Solution: Retry your request after a brief wait and contact us if the issue persists.
503 - The engine is currently overloaded, please try again laterCause: Our servers are experiencing high traffic.
Solution: Please retry your requests after a brief wait.
I