GET
/
api
/
v1
/
veo
/
get-1080p-video
Get 1080P Video
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"
  }
}

Usage Instructions

  • Only videos with 16:9 aspect ratio support 1080P HD video generation.
  • After a video generation task is successfully completed, the system will automatically start generating the 1080P high-definition version
  • 1080P video generation requires additional processing time, please wait some time after the original video generation is completed before calling this endpoint
  • If the 1080P video is not ready yet, the endpoint may return error information

Important Notes

  • Only successfully generated video tasks can obtain 1080P versions
  • It is recommended to wait a few minutes after receiving the video generation success callback before calling this endpoint

Authorizations

Authorization
string
header
required

All APIs require authentication via Bearer Token.

Get API Key:

  1. Visit API Key Management Page to get your API Key

Usage: Add to request header: Authorization: Bearer YOUR_API_KEY

Query Parameters

taskId
string
required

Task ID

index
integer

video index

Response

200
application/json

Request successful

The response is of type object.