General Error Codes
Error Schemas
API Response:
{
return_code: number,
message: string,
}
Callback Response:
{
id: string,
project_id: number,
metadata: string,
opentok_metadata: any,
error: string,
error_code: number,
resent_on?: string,
resent_by?: string,
}
HTML Status | Meaning |
---|---|
200 | Ok – everything worked! |
400 | Bad request – the request could not be accepted. |
403 | Unauthorized – there is an issue with the API key. |
404 | Not found – the page could not be found. |
405 | You have insufficient balance in your Hive account. |
429 | Too many requests – you’ve made too many requests to our API, please try again in a few minutes. |
451 | Images did not pass moderation filters – an image generation request was flagged by either our text moderation (given prompt) or visual moderation (resulting image) filters. |
500 | Internal service error – we had a problem with our server. Please try again later. |
503 | Service unavailable – we are temporarily offline for maintenance. Please try again later. |
504 | Gateway timeout – we are not able to fulfil your request at this time. Please try again later. |