curl --location --request GET '/v1/videos/' \
--header 'Authorization: Bearer {your_token}'{
"id": "task_xxxxxxxxxxxxxxxxxxxxxx",
"error": null,
"model": "wan2.6-video-1080p",
"object": "video.generation.job",
"result": {
"outputs": [
"https://xxxxxxx.cn/predictions/xxxxx/1.mp4"
],
"video_url": "https://xxxxxxx.cn/predictions/xxxxx/1.mp4"
},
"status": "completed",
"task_id": "xxxxxxxxxxxxxxxxxxxxxxx",
"progress": 100,
"video_url": "https://xxxxxxx.cn/predictions/xxxxx/1.mp4",
"created_at": 1773984104,
"raw_status": "COMPLETED"
}