LogoHappyHorse API Docs
LogoHappyHorse API Docs
HomeHappyHorse API DocsQuick StartAuthenticationText to VideoImage to VideoModelsAPI ReferenceErrorsPricing and AccessFAQ

Errors

Common HappyHorse API errors and how to resolve them.

Common Error Codes

CodeMeaningTypical fix
400Invalid request payloadCheck required fields and field types
401Authentication failedVerify your bearer token
403Workflow not enabledConfirm account access and plan tier
429Rate limit reachedRetry later or request a higher tier
500Internal generation failureRetry with the request id available

Error Shape

{
  "error": {
    "code": "workflow_not_enabled",
    "message": "Your account is not enabled for image-to-video."
  }
}

Support Escalation

Always include:

  • the request id
  • approximate request time
  • target workflow

Table of Contents

Common Error Codes
Error Shape
Support Escalation