mingyan

Seedance X1 - Query Real Person Status

Query real-person image processing status

POST/kyyReactApiServer/asset/seedance-x1/realPersonStatus

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 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
Real-person 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.assetRefstring
Asset reference for create task requests. It may be null when processing is not complete or has failed.
data.namestring
Asset name.
data.urlstring
Asset URL.
data.statusstring
Processing status. Active means it can be used for video generation; Failed means processing failed.