/api/v1/veo/get-1080p-video/api/v1/veo/get-4k-videocallBackUrl to receive automatic notifications when 4K generation completes, rather than polling frequently.422 status code with specific error details:{
"code": 422,
"msg": "4k is processing. It should be ready in 5-10 minutes. Please check back shortly.",
"data": {
"taskId": "veo_task_example123",
"resultUrls": null,
"imageUrls": null
}
}curl --location --request POST 'https://api.kie.ai/api/v1/veo/get-4k-video' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskId": "veo_task_abcdef123456",
"index": 0,
"callBackUrl": "http://your-callback-url.com/4k-callback"
}'{
"code": 200,
"msg": "success",
"data": {
"taskId": "veo_task_abcdef123456",
"resultUrls": null,
"imageUrls": null
}
}