Skip to main content
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
  • Fallback Video Limitation: Videos generated using the fallback mechanism may not support the 1080P upgrade endpoint, even though they are generated at 1080p resolution by default

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

Request successful

code
enum<integer>
required

Response status code

CodeDescription
200Success - Request has been processed successfully
401Unauthorized - Authentication credentials are missing or invalid
404Not Found - The requested resource or endpoint does not exist
422Validation Error - The request parameters failed validation checks.
  • record is null.
  • Temporarily supports records within 14 days.
  • record result data is blank.
  • record status is not success.
  • record result data not exist.
  • record result data is empty. | | 451 | Failed to fetch the image. Kindly verify any access limits set by you or your service provider. | | 455 | Service Unavailable - System is currently undergoing maintenance | | 500 | Server Error - An unexpected error occurred while processing the request |
Available options:
200,
401,
404,
422,
451,
455,
500
msg
string
required

Error message when code != 200

Example:

"success"

data
object