Skip to content
Docs menu

Video models

HappyHorse-1.0

On this page

HappyHorse-1.0 — high-quality AI video generation.

modelIdhappyhorse-text-to-video
Modalityvideo
PricingSee this model on the Pricing page for the current per-call price (with your markup).

Operations

OperationEndpointDescription
Text to videoPOST /api/v1/generateBase generation from a text prompt.
Poll taskGET /api/v1/task/{id}?model=happyhorse-text-to-videoRetrieve state and result URLs.

Input parameters

FieldTypeRequiredValues / example
prompttextarearequiredEnter your text here...
resolutionselectoptional720p, 1080p
aspect_ratioselectoptional16:9, 9:16, 1:1, 4:3, 3:4
durationnumberoptional
seednumberoptionalEnter number...

Example request

bash
curl -X POST https://you.bot/api/v1/generate \
  -H "Authorization: Bearer $YOUBOT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"modelId":"happyhorse-text-to-video","input":{"prompt":"A lone lighthouse keeper climbs a narrow spiral staircase at dawn, warm lamplight flickering over weathered stone walls as pale sea mist drifts through an open arched window.","resolution":"1080p","aspect_ratio":"16:9","duration":5,"seed":8}}'