Use this endpoint to check the status of an uploaded Seedance 2.0 asset and retrieve its details. An asset must haveDocumentation 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 in video generation tasks.
Base URL: https://zcbservice.aizfw.cn/kyyReactApiServer
Endpoint: GET /kyyVideo2/asset/{assetId}
Path Parameters
The asset ID returned from the Upload Asset endpoint.Example:
asset-20260330142158-q75m8Response 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 asset detail object, returned on success.
Asset Status Values
| Status | Meaning |
|---|---|
Processing | The asset is being uploaded or reviewed. It is not yet ready to use. |
Active | The asset has passed review and is ready to use in generation tasks. |
Failed | Upload or moderation review failed. This asset cannot be used. |