Skip to main content
Use this endpoint to check the moderation review status of assets you submitted to SD2 Manxue. An asset must show 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

array
required
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

string
Response status code. "0" indicates success; any other value indicates failure.
string
Response message. Returns null on success, or an error description on failure.
object
The response data object, returned on success.

Asset Status Values


Example Request

Response with mixed statuses:
In this example, 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.
Once an asset shows Active status, reference it in your generation task using asset://{assetId} in the appropriate parameter — referenceImages, referenceVideos, or referenceAudios — depending on the asset type.