LogoHappyHorse API Docs
LogoHappyHorse API Docs
HomeHappyHorse API DocsQuick StartAuthenticationText to VideoImage to VideoModelsAPI ReferenceErrorsPricing and AccessFAQ

API Reference

Endpoint overview for HappyHorse generation workflows.

Base URL

https://api.happyhorse.app

Endpoints

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

Table of Contents

Base URL
Endpoints
POST /v1/videos/text-to-video
POST /v1/videos/image-to-video
GET /v1/jobs/{id}
Standard Response Fields
Notes