GlobalAiOpc
LuxVid Video - Query Task
Query LuxVid Video generation task status and result
LuxVid Video Query Task
Query a LuxVid Video task with the
id returned by the create task API.Authentication
Authentication
Get KeyAll requests require a Bearer token in the request header:
cURL
Authorization: Bearer {{key}}
Base URL
https://zcbservice.aizfw.cn/kyyReactApiServerbaseUrl is the shared prefix for all public APIs. The api field in the current page frontmatter shows the full endpoint. Use this baseUrl as the common prefix when reading or composing request paths.Path Parameters
idstringrequiredVideo generation task ID returned by the create task API.
Response Parameters
idstringTask ID.
objectstringObject type, always
video.createdintegerTask creation timestamp.
modelstringModel name used for generation.
statusstringTask status:
queued, processing, completed, or failed.video_urlstringGenerated video URL, returned when the task is completed.
errorstringError message when the task fails.
Polling
Poll every
5-10 seconds. Stop polling when the status becomes completed or failed.