GlobalAiOpc
Asset Detail
Get detailed information of a single asset
Seedance2.0 Asset Detail
Get detailed information of a single asset, including asset name, type, status, URL, etc.
Authentication
Get KeyAll requests require a Bearer token in the request header:
cURL
Authorization: Bearer {{key}}
Base URL
https://zcbservice.aizfw.cn/kyyReactApiServerbaseUrl is the shared prefix for all public APIs. The api field in the current page frontmatter shows the full endpoint. Use this baseUrl as the common prefix when reading or composing request paths.Path Parameters
assetIdstringrequiredAsset ID, obtained from upload asset API or asset list API
Example:
asset-20260330142158-q75m8Response Parameters
codeintegerResponse status code
0- Success- Other values - Failure
msgstringResponse message,
null on success, error message on failuredataobjectAsset detail information object
Use Cases
View Asset Details
Get complete asset information including status and URL
Verify Asset Status
Check if asset has been processed and is ready to use
Get Asset URL
Retrieve the access address of the asset
Asset Management
View detailed asset properties and creation time
Usage Recommendations:
- After uploading an asset, use this API to query asset processing status
- Before using an asset, it's recommended to query and confirm status is
Active - Use this API to get the latest asset URL
Best Practices:
- After asset upload, poll this API until status becomes
Active - Save asset IDs to avoid duplicate uploads of the same asset
- Regularly check asset status to ensure availability
