mingyan
Seedance X1 - Submit Real Person
Submit a real-person image for processing before using it in video generation
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 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
namestringrequiredReal-person asset name.
urlstringrequiredPublic image URL.
Response Parameters
codeintegerResponse code.
0 means success.msgstringResponse message. Returned when the request fails.
data.officialIdstringOfficial asset ID for subsequent status queries.
data.createdAtstringAsset creation time in ISO 8601 format.
data.assetRefstringAsset reference for create task requests. It is usually
null while processing.data.namestringAsset name.
data.urlstringAsset URL.
data.statusstringProcessing status. It is usually
Processing after a successful submission.
