v1
latestOpenAPI 3.1.02026-07-2611077199.5 KBVideo Editing - Edit video based on videos and reference images
post/happyhorse/api/v1/services/aigc/video-generation/video-synthesis
Request body
Example request
{
"model": "happyhorse-1.0-video-edit",
"input": {
"media": [
{
"type": "video"
}
]
},
"parameters": {
"resolution": "720P",
"audio_setting": "auto",
"seed": 12345
}
}Response
Request successful
Example response
{
"output": {
"task_status": "PENDING",
"task_id": "0385dc79-5ff8-4d82-bcb6-xxxxxx"
},
"request_id": "4909100c-7b5a-9f92-bfe5-xxxxxx"
}