Een HappyHorse-video maken
Maak via CometAPI een HappyHorse-taak voor tekst-naar-video of video met een referentieafbeelding met POST /v1/videos, vraag vervolgens de taakstatus op en download het voltooide MP4-bestand.
id op om de taakstatus op te vragen en de voltooide video te downloaden.
POST /v1/videos gebruikt multipart/form-data. Verzend instellingen als formuliervelden en referentieafbeeldingen als input_reference-velden, met één HTTPS-URL of geüpload afbeeldingsbestand per veld.
Een invoermodus kiezen
input_reference één keer per afbeelding herhaalt in afbeeldingsvolgorde.
Gebruik binnen dit veld alleen URL’s of alleen bestanden. Verzend elke URL afzonderlijk in plaats van URL’s met komma’s te verbinden.
Voor input_reference mag elke referentieafbeelding maximaal 10 MB zijn met happyhorse-1.0.
Met happyhorse-1.1 mag elke referentieafbeelding maximaal 20 MB zijn.
Deze modellimieten gelden zowel voor afbeeldings-URL’s als voor geüploade bestanden.
Gebruik JPEG-, JPG-, PNG- of WEBP-afbeeldingen met een kortste zijde van minstens 400 px.
De uploadlimiet voor input_reference is 20 MiB (20 × 1024 × 1024 bytes) per bestand. Geüploade afbeeldingen moeten ook voldoen aan de bovenstaande modelspecifieke limiet.
De aanvraagvoorbeelden bovenaan deze pagina tonen meerdere afbeeldings-URL’s voor HappyHorse 1.1 en meerdere bestandsuploads voor beide modellen.
Verzend first_frame één keer met één openbaar toegankelijke HTTPS-afbeeldings-URL of één afbeeldingsbestand om het openingsframe in te stellen. Gebruik dit veld in een afzonderlijke aanvraag van input_reference.
Duur en grootte instellen
WxH-waarde voor size.
Voor aanvragen met een eerste frame bepaalt de afbeelding de kadrering en beeldverhouding, terwijl size de uitvoerresolutieklasse selecteert.
Taakstroom
De taak maken
id op.De taakstatus opvragen
status completed, failed of error is.Het resultaat downloaden
completed is, roep HappyHorse-video-inhoud ophalen aan om het MP4-bestand te downloaden.Autorisaties
Bearer authentication. Use your CometAPI API key.
Body
HappyHorse model ID for this endpoint.
happyhorse-1.0, happyhorse-1.1 "happyhorse-1.1"
Text prompt that describes the video to generate. For image inputs, describe the motion and visual details to preserve.
"Use the uploaded reference image as the visual guide. Create a short cinematic shot with gentle natural motion."
Requested clip duration in whole seconds. Send an integer from 3 through 15 as a form field. The default is 5.
3 <= x <= 153
Output size as an exact WxH value. Use one of the documented size values for the selected HappyHorse model. For first-frame requests, size selects the resolution tier; the image determines the framing and aspect ratio.
"1920x1080"
Reference images for reference-to-video. Send 1–9 publicly accessible HTTPS image URLs or 1–9 uploaded image files by repeating input_reference once per image. Use only URLs or only files within this field; do not join URLs with commas. Reference images guide subjects and visual details. CometAPI preserves image order. Use JPEG, JPG, PNG, or WEBP images with a shortest side of at least 400 px. Each reference image must be at or below 10 MB for happyhorse-1.0 or 20 MB for happyhorse-1.1. These model limits apply to both image URLs and uploaded files. The input_reference file upload limit is 20 MiB (20 x 1024 x 1024 bytes) per file. Keep uploads within the model limit as well. Keep this field separate from first_frame.
^https://Opening-frame image as one publicly accessible HTTPS URL or one image file. Send this field once, using either a URL or a file. Use JPEG, JPG, PNG, or WEBP images up to 20 MB. Do not combine first_frame with input_reference.
^https://Respons
Task created. Store the returned id and poll GET /v1/videos/{task_id}.
Task ID. Use this value with retrieve and content endpoints.
"task_example"
Object type. Video tasks return video.
"video"
Model ID used for the task.
"happyhorse-1.1"
Task lifecycle status. Poll until the value is completed, failed, or error.
queued, in_progress, completed, failed, error "queued"
Task progress as a coarse percentage.
0 <= x <= 1000
Task creation time as a Unix timestamp in seconds.
1779938152
Compatibility alias for id when present.
"task_example"
Task completion time as a Unix timestamp in seconds. This field appears on completed tasks.
1779938219
Temporary video delivery URL. This field appears on completed tasks.
"<temporary-video-url>"
Failure details. This field appears when the task fails.