API Notes
happyhorse-1.0-video-edit generates videos at 24fps in MP4 format and supports 720P and 1080P resolution for 3 to 15 seconds
happyhorse-1.0-video-edit uses the input video duration when it is no longer than 15 seconds, and truncates longer input videos to the first 15 seconds
happyhorse-1.0-video-edit billing is based on both input and output video seconds; resolution affects unit price
Authentication
authorization string required
All APIs require authentication via Bearer Token.
Get API Key:
Visit API Key Management Page to get your API Key.
Usage:
Add to request header:
Authorization: Bearer YOUR_API_KEY
Parameters
model string required
Model ID to use for the request
Value: happyhorse-1.0-video-edit
input object required
Input parameters for the generation request
prompt
stringrequiredText prompt used to describe how to edit the input video. Supports Chinese and English. Each Chinese character or letter counts as one character. Content exceeding
2500characters is automatically truncatedExample:
Turn the scene into a warm watercolor animation while keeping the main subject motion unchanged
media
arrayrequiredInput media array. Provide exactly one input video and
0to5reference imagestype
stringrequiredMedia type
Options:
video,reference_imageurl
stringrequiredMedia URL
Video requirements:
Publicly accessible HTTP or HTTPS URL
Supported formats: MP4, MOV
Encoding recommendation: H.264
Duration:3-60seconds
Short side: at least360pixels
Aspect ratio: from1:8to8:1
File size: maximum100MB
Frame rate: greater than8fpsReference image requirements:
Publicly accessible HTTP or HTTPS URL
Supported formats: JPEG, JPG, PNG, BMP, WEBP
Width and height: at least300pixels
Aspect ratio: from1:2.5to2.5:1
File size: maximum10MBExample:
https://example.com/input-video.mp4
parameters object
Generation parameters
resolution
stringVideo resolution. This parameter affects billing because different resolution tiers have different unit prices
Options:
720P,1080PDefault:
1080P
watermark
booleanWhether to add a watermark to the lower-right corner of the generated video. The fixed watermark text is “Happy Horse”
Options:
true,falseDefault:
true
seed
integerRandom seed. If not specified, the system automatically generates a random seed. To improve reproducibility, use the same seed value for repeated calls
Range:
0-2147483647
Polling
Since result generation takes time, you need to poll the task status after creating the task.
The initial response only returns information such as the task ID and initial status. The final result must be obtained by polling the task status endpoint using the task ID.
See the examples on the right for polling requests and responses.
Response Format
error object
Error information, only present when status is failed
code
stringError code
message
stringDetailed error message
output array
Generation results, only present when status is completed
content
arrayList of generated resource content
type
stringResource type
Value:
image|videourl
stringProcessed resource URL
jobId
stringRemote task ID
usage object
Usage statistics, only present when status is completed
cost
stringTotal cost in USD
discount
numberDiscount amount
metadata object
Metadata information