HappyHorse 1.0

videoalibaba

Alibaba HappyHorse 1.0 video generation and editing via Bailian/DashScope.

Get API Key
HappyHorse 1.0 (Text-to-Video)
Flat rate: 0 credits ($0.000)

Quick Example

curl -X POST https://api.aivideoapi.ai/v1/videos/generations \
  -H "Authorization: Bearer sk-your-key" \
  -H "Content-Type: application/json" \
  -d '{"model": "happyhorse-1.0-text-to-video", "prompt": "Your prompt here"}'
HappyHorse 1.0 (Image-to-Video)
Flat rate: 0 credits ($0.000)

Quick Example

curl -X POST https://api.aivideoapi.ai/v1/videos/generations \
  -H "Authorization: Bearer sk-your-key" \
  -H "Content-Type: application/json" \
  -d '{"model": "happyhorse-1.0-image-to-video", "prompt": "Your prompt here"}'
HappyHorse 1.0 (Reference-to-Video)
Flat rate: 0 credits ($0.000)

Quick Example

curl -X POST https://api.aivideoapi.ai/v1/videos/generations \
  -H "Authorization: Bearer sk-your-key" \
  -H "Content-Type: application/json" \
  -d '{"model": "happyhorse-1.0-reference-to-video", "prompt": "Your prompt here"}'
HappyHorse 1.0 (Video Edit)
Flat rate: 0 credits ($0.000)

Quick Example

curl -X POST https://api.aivideoapi.ai/v1/videos/generations \
  -H "Authorization: Bearer sk-your-key" \
  -H "Content-Type: application/json" \
  -d '{"model": "happyhorse-1.0-video-edit", "prompt": "Your prompt here"}'