mingyan
Sd2 Manxue - Query Task
Query the status and result of sd2_manxue video generation tasks
Sd2 Manxue Query Video Task
Use the task ID to query the status and result of an
sd2_manxue video generation task.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
idstringrequiredUnique identifier of the video generation task, returned by the create task API.
The create API returns the field
id directly. Use that value as the id here.Response parameters
idstringUnique identifier of the video generation task.
objectstringObject type, always
video.createdintegerTask creation timestamp.
modelstringModel name used for generation, such as
sd2_manxue_1080p or sd2_manxue_video_720p.statusstringTask status:
queued- Queuedprocessing- Processingcompleted- Completedfailed- Failed
video_urlstringGenerated video URL, returned when the task is
completed.actualDurationnumberActual output duration in seconds, returned when the task is
completed.errorstringError message, returned when the task is
failed.Status flow
queued
The task has been created and added to the queue.
processing
The
sd2_manxue model is actively generating the video.completed
The task has completed successfully and the result is available through
video_url.Polling recommendations
Polling strategy:
- Recommended polling interval: 30-60 seconds
- Most tasks complete within a few minutes, but scenarios with multiple reference assets may take longer
- Avoid aggressive polling to reduce the risk of rate limiting
- Stop polling when the status becomes
completedorfailed
Result notes
Important:
- Generated result URLs are usually temporary, so save them promptly
- Tasks using multiple reference images, videos, or audios may take longer to complete
- Invalid prompts or unsupported reference materials may cause task failure

