Skip to main content
Use this endpoint to check the status of an uploaded Seedance 2.0 asset and retrieve its details. An asset must have 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

string
required
The asset ID returned from the Upload Asset endpoint.Example: asset-20260330142158-q75m8

Response Fields

integer
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 asset detail object, returned on success.

Asset Status Values


Example Request

Success response (Active status):
After uploading an asset, poll this endpoint at regular intervals until the status field returns Active. Only then is the asset safe to reference in a video generation task using asset://asset-20260330142158-q75m8.