Use this endpoint to check the moderation review status of assets you submitted to SD2 Manxue. An asset must showDocumentation Index
Fetch the complete documentation index at: https://docs.xingchaoyiqing.com/llms.txt
Use this file to discover all available pages before exploring further.
Active status before you can use it with the asset:// reference format in video generation tasks.
Base URL: https://zcbservice.aizfw.cn/kyyReactApiServer
Endpoint: POST /asset/sd2Manxue/assetStatus
Request Parameters
A list of asset IDs to query. These are the IDs returned in
data.items[].assetId from the Submit Assets endpoint.Example: ["asset_img_001", "asset_video_001"]Response Fields
Response status code.
"0" indicates success; any other value indicates failure.Response message. Returns
null on success, or an error description on failure.The response data object, returned on success.
Asset Status Values
| Status | Meaning |
|---|---|
Processing | The asset is currently under moderation review and is not yet ready to use. |
Active | The asset has been approved and is ready to use in generation tasks. |
Failed | Moderation review failed. This asset cannot be used in generation tasks. |
Example Request
asset_img_001 has passed review and is ready to use, while asset_video_001 is still under review. Continue polling until all required assets reach Active.