HappyHorse 1.0 Text to Video
- HappyHorse 1.0 text-to-video model, generate videos from pure text prompts
- Supports
720p/1080poutput, 3-15 second duration - Supports
16:9/9:16/1:1/4:3/3:4multiple aspect ratios - Async processing mode, use the returned task ID to query task status
- Generated video links are valid for 24 hours, please save them promptly
Authorizations
All APIs require Bearer Token authentication
Add to request header:
Authorization: Bearer YOUR_API_KEY
Body
happyhorse-1.0-text-to-video: text-to-video
"happyhorse-1.0-text-to-video"
Text prompt describing the desired video content
Notes:
- Maximum
2500characters
2500"A lone surfer crossing bioluminescent waves at night"
Output video aspect ratio
Options: 16:9, 9:16, 1:1, 4:3, 3:4
16:9, 9:16, 1:1, 4:3, 3:4 "16:9"
Output video duration in seconds. Supports integers from 3 to 15.
3 <= x <= 153
Output video resolution. Options: 720p or 1080p.
720p, 1080p "720p"
Random seed used to improve result reproducibility.
0 <= x <= 2147483647123
Whether to enable the safety checker. If not provided, the model default behavior is used.
Do not pass this parameter unless necessary.
true
Response
Task created successfully
Task creation timestamp
1757165031
Task ID
"task-unified-1757165031-uyujaw3d"
Actual model name used
Specific task type
video.generation.task Task progress percentage (0-100)
0 <= x <= 1000
Task status
pending, processing, completed, failed "pending"
Asynchronous task information
Task output type
video "video"