curl --location '/v1/videos/' \
--header 'Authorization: Bearer {your_token}'{
"id": "task_xxxxxxxxxxxxxxx",
"error": null,
"model": "happy-horse-edit-720p",
"object": "video.generation.job",
"result": {
"outputs": [
"https://xxxxxxxxxxx.cn/xxxxxxxx.mp4"
],
"video_url": "https://xxxxxxxxxxx.cn/xxxxxxxx.mp4"
},
"status": "completed",
"task_id": "task_xxxxxxxxxxxxxxxxxxxxxxx",
"progress": 100,
"video_url": "https://xxxxxxxxxxx.cn/xxxxxxxx.mp4",
"created_at": 1777355454,
"raw_status": "COMPLETED"
}