CodeDescriptionExample
200OKThe request was successful.
400Bad RequestThe request was invalid, often due to missing or incorrect parameters.
401UnauthorizedAuthentication is required. This may occur due to an invalid API key or exceeding your quota.
404Not FoundThe requested resource could not be found.
429Too Many RequestsIndicates internal rate limiting, unrelated to the API key quota.
500Internal Server ErrorA server-side error occurred. Please contact support if the issue persists.