mingyan
Seedance X1 - Query Real Person Status
Query real-person image processing status
Seedance X1 Query Real Person Status
Query real-person image processing status. When the status is
Active, the asset can be referenced in create task requests.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
assetIdstringrequiredReal-person asset 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.assetRefstringAsset reference for create task requests. It may be
null when processing is not complete or has failed.data.namestringAsset name.
data.urlstringAsset URL.
data.statusstringProcessing status.
Active means it can be used for video generation; Failed means processing failed.
