mingyan

Seedance X1 - Asset Detail

Query Seedance X1 asset details

POST/kyyReactApiServer/asset/seedance-x1/assetDetail

Seedance X1 Asset Detail

Query asset details and processing status by asset ID.

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.

Request Parameters

assetIdstringrequired
Asset ID.

Response Parameters

codeinteger
Response code. 0 means success.
msgstring
Response message. Returned when the request fails.
data.officialIdstring
Official asset ID.
data.createdAtstring
Asset creation time in ISO 8601 format.
data.imageUrlstring
Image asset URL. Returned for image assets.
data.namestring
Asset name.
data.idinteger
Asset record ID.
data.statusstring
Asset status. Active means the asset is available.