Use this endpoint to poll the status of an SD2 Manxue video generation task and retrieve the output URL once complete. Video generation is asynchronous — submit a task via Create Video Task, then poll this endpoint periodically untilDocumentation Index
Fetch the complete documentation index at: https://docs.xingchaoyiqing.com/llms.txt
Use this file to discover all available pages before exploring further.
status reaches completed or failed. Tasks that include multiple reference images, videos, or audio files may take longer to process.
Endpoint
Authentication
Path Parameters
The unique task identifier returned by the Create Video Task endpoint. Use the exact value of the
id field from the creation response.Response Fields
The unique task identifier.
Object type. Always
"video".Unix timestamp of when the task was created.
The model used for this task (e.g.,
sd2_manxue_1080p, sd2_manxue_4k, sd2_manxue_fast_720p).Current task status:
queued— task is waiting in the processing queueprocessing— the SD2 Manxue model is actively generating the videocompleted— generation finished;video_urlis populatedfailed— generation failed; seeerrorfor details
Temporary download URL for the generated video. Only present when
status is "completed". null while the task is pending or processing.Actual output duration of the generated video in seconds. Only present when
status is "completed".Error message describing the failure reason. Only present when
status is "failed".Task Status Flow
queued → processing → completed or failed
| Status | Meaning |
|---|---|
queued | Task accepted, waiting to be picked up |
processing | SD2 Manxue model is generating the video |
completed | Video ready — retrieve via video_url |
failed | An error occurred — check error for details |
Polling Advice
Result URL Notes
- Higher resolution models (2K, 4K) may have longer generation times than 720p or 1080p models
- Tasks that fail content policy checks return
status: "failed"immediately - If you submitted a face or avatar reference image without first going through the asset library, the task may fail — use
asset://{assetId}for those images