GlobalAiOpc

Seedance X1 - Submit Real Person

Submit a real-person image for processing before using it in video generation

POST/kyyReactApiServer/asset/seedance-x1/realPerson

Seedance X1 Submit Real Person

Submit a real-person image for processing. After the status becomes Active, the returned asset reference can be used in video generation tasks.

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

namestringrequired
Real-person asset name.
urlstringrequired
Public image URL.

Response Parameters

codeinteger
Response code. 0 means success.
msgstring
Response message. Returned when the request fails.
data.officialIdstring
Official asset ID for subsequent status queries.
data.createdAtstring
Asset creation time in ISO 8601 format.
data.assetRefstring
Asset reference for create task requests. It is usually null while processing.
data.namestring
Asset name.
data.urlstring
Asset URL.
data.statusstring
Processing status. It is usually Processing after a successful submission.