API Reference
Endpoint overview for HappyHorse generation workflows.
Base URL
https://api.happyhorse.appEndpoints
POST /v1/videos/text-to-video
Submit a prompt-led generation job.
POST /v1/videos/image-to-video
Submit a reference-image generation job.
GET /v1/jobs/{id}
Fetch the current job status and output availability.
Standard Response Fields
{
"id": "job_123",
"status": "queued",
"model": "happyhorse-1",
"created_at": "2026-04-20T10:00:00Z"
}Notes
- generation endpoints are asynchronous
- returned media URLs may be temporary
- some fields vary by workflow tier
HappyHorse API Docs