mingyan

LuxVid Video - Query Task

Query LuxVid Video generation task status and result

GET/kyyReactApiServer/v1/result/{id}

LuxVid Video Query Task

Query a LuxVid Video task with the id returned by the create task API.

Authentication

Authentication

Get Key
All requests require a Bearer token in the request header:
cURL
Authorization: Bearer {{key}}

Base URL

https://zcbservice.aizfw.cn/kyyReactApiServer
baseUrl 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

idstringrequired
Video generation task ID returned by the create task API.

Response Parameters

idstring
Task ID.
objectstring
Object type, always video.
createdinteger
Task creation timestamp.
modelstring
Model name used for generation.
statusstring
Task status: queued, processing, completed, or failed.
video_urlstring
Generated video URL, returned when the task is completed.
errorstring
Error message when the task fails.

Polling

Poll every 5-10 seconds. Stop polling when the status becomes completed or failed.