简体中文
cURL
curl --request GET \ --url https://api.veo3api.ai/api/v1/veo/get-1080p-video \ --header 'Authorization: Bearer <token>'
{ "code": 200, "msg": "success", "data": { "resultUrl": "https://tempfile.aiquickdraw.com/p/42f4f8facbb040c0ade87c27cb2d5e58_1749711595.mp4" } }
获取 Veo3 视频生成任务的高清 1080P 版本。
所有 API 都需要通过 Bearer Token 进行认证。
获取 API Key:
使用方法: 添加到请求头: Authorization: Bearer YOUR_API_KEY
任务 ID
视频索引
请求成功
The response is of type object.
object