简体中文
cURL
curl --request GET \ --url https://api.veo3api.ai/api/v1/veo/record-info \ --header 'Authorization: Bearer <token>'
{ "code": 200, "msg": "success", "data": { "taskId": "veo_task_abcdef123456", "paramJson": "{\"prompt\":\"A futuristic city with flying cars at sunset.\",\"waterMark\":\"KieAI\"}", "completeTime": "2025-06-06 10:30:00", "response": { "taskId": "veo_task_abcdef123456", "resultUrls": [ "http://example.com/video1.mp4" ], "originUrls": [ "http://example.com/original1.mp4" ] }, "successFlag": 1, "errorCode": null, "errorMessage": "", "createTime": "2025-06-06 10:25:00" } }
查询 Veo3 视频生成任务的执行状态和结果。
所有 API 都需要通过 Bearer Token 进行认证。
获取 API Key:
使用方法: 添加到请求头: Authorization: Bearer YOUR_API_KEY
任务 ID
请求成功
The response is of type object.
object