curl --location --request GET 'https://api.cometapi.com/veo/v1/video/query/veo3:a1b2c3d4-e5f6-7890-abcd-ef1234567890' \
--header 'Authorization: Bearer {{api-key}}' \
--header 'X-Runway-Version: 2024-11-06'
{
"code": "success",
"message": "",
"data": {
"task_id": "veo3-pro:1754976432-LmOoESqufq",
"action": "VIDEO",
"status": "SUCCESS",
"fail_reason": "",
"submit_time": 1754976424,
"start_time": 0,
"finish_time": 1754976531,
"progress": "100%",
"data": {
"id": "veo3-pro:1754976432-LmOoESqufq",
"status": "completed",
"video_url": "https://filesystem.site/cdn/20250812/b1P9fIvEiahZlSqoiiJuLYGjpmFy3t.mp4",
"status_update_time": 1754976531218
}
}
}