mingyan

Asset Detail

Get detailed information of a single asset

GET/kyyReactApiServer/kyyVideo2/asset/{assetId}

Seedance2.0 Asset Detail

Get detailed information of a single asset, including asset name, type, status, URL, etc.

Authentication

Get Key
All requests require a Bearer token in the request header:
cURL
Authorization: Bearer {{key}}

Base URL

https://zcbservice.aizfw.cn/kyyReactApiServer
baseUrl 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

assetIdstringrequired
Asset ID, obtained from upload asset API or asset list API
Example: asset-20260330142158-q75m8

Response Parameters

codeinteger
Response status code
  • 0 - Success
  • Other values - Failure
msgstring
Response message, null on success, error message on failure
dataobject
Asset 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