New users get free credits — no credit card requiredGet started
Video GenerationLive on APIAny

HappyHorse 1.0 API

HappyHorse 1.0 is a video generation model ranked for flexible production workflows. Run text-to-video, image-to-video, reference-to-video, and video edit jobs through APIAny.

Text to Video (T2V)Image to Video (I2V)Reference to Video (R2V)Video Edit (EDIT)

Preview appears here

Run a request with your API key to create a tracked async task, consume credits, and receive the final media result.

Transparent credits

All model calls show USD pricing and equivalent credits before generation.

Task history

Every async request is recorded with status, callback, result, and cost metadata.

OpenAI-style API

Use a familiar authorization pattern and consistent JSON request bodies.

API Reference

Create a media generation task

Model details map directly to the framework's `/api/v1/video/generate`, task status, callback, and credit accounting endpoints.

curl https://devnextapiany.mexxxxai.win/api/v1/video/generate \
  -H "Authorization: Bearer $APIANY_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "happy-horse",
    "prompt": "A premium AI platform product video",
    "duration": 5,
    "aspect_ratio": "16:9"
  }'