GET
/
api
/
v1
/
veo
/
get-1080p-video
Get 1080P Video
curl --request GET \
  --url https://api.kie.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"
  }
}
Get the high-definition 1080P version of a Veo3 video generation task.

Usage Instructions

  • Only videos with 16:9 aspect ratio support 1080P HD video generation.
  • 1080P generation requires extra processing time (about 2 minutes under normal conditions). Please wait before calling this endpoint.
  • If the 1080P video is not ready yet, the endpoint may return an error. In this case, simply wait a little longer and retry until the result is available.

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>

Response status code

  • 200: Success - Request has been processed successfully
  • 401: Unauthorized - Authentication credentials are missing or invalid
  • 404: Not Found - The requested resource or endpoint does not exist
  • 422: Validation 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.
  • 429: Rate Limited - Request limit has been exceeded for this resource
  • 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,
429,
451,
455,
500
msg
string

Error message when code != 200

Example:

"success"

data
object