API errors

CodeOverview
400 - Bad RequestCause: The request body is invalid.
Solution: Ensure your request body is valid.
401 - No API key providedCause: Missing Authorization header.
Solution: Ensure you are sending an Authorization header using the Bearer scheme.
401 - Invalid API key providedCause: Incorrect API key inputted.
Solution: Make sure your key is prefixed with shuttle- and exact, clear your browser cache, or re-generate your key.
402 - Premium plan requiredCause: You are trying to access a premium model without a premium plan.
Solution: Upgrade your plan to access this model.
403 - Banned API key providedCause: Your API key has been banned.
Solution: Contact us to resolve the issue.
403 - Banned IP addressCause: Your IP address has been banned.
Solution: Contact us to resolve the issue.
429 - Rate limit exceededCause: You have exceeded your rate limit.
Solution: Wait until the next minute to continue using the API.
429 - Daily limit exceededCause: You have exceeded your daily limit.
Solution: Wait until the next day to continue using the API.
500 - Internal server errorCause: Server/provider issues.
Solution: Retry your request after a brief wait and contact us if the issue persists. Check the status page.
503 - Service overloadedCause: Our servers are experiencing high traffic.
Solution: Retry your request after a brief wait and contact us if the issue persists. Check the status page.