查询视频生成任务的状态和结果。通过提交视频生成请求时返回的task_id来查询生成进度和获取最终的视频结果。
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location 'https://api.ezlinkai.com/v1/video/generations/result?taskid=ad440d44-a311-4546-8534-501f7efc219d&response_format=url' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'
Responses
{
"task_id": "cgt-20250714221020-668xc",
"video_result": "https://example.com/video.mp4",
"video_results": [],
"video_id": "cgt-20250714221020-668xc",
"task_status": "pending",
"message": "",
"duration": "5.0"
}
Modified at 2026-03-18 09:11:11