GlobalAiOpc
Seedance X1 - Asset Detail
Query Seedance X1 asset details
Seedance X1 Asset Detail
Query asset details and processing status by asset ID.
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.Request Parameters
assetIdstringrequiredAsset ID.
Response Parameters
codeintegerResponse code.
0 means success.msgstringResponse message. Returned when the request fails.
data.officialIdstringOfficial asset ID.
data.createdAtstringAsset creation time in ISO 8601 format.
data.imageUrlstringImage asset URL. Returned for image assets.
data.namestringAsset name.
data.idintegerAsset record ID.
data.statusstringAsset status.
Active means the asset is available.