SP Query Real-Person Status
Seedance SP Economy
SP Query Real-Person Status
查询单个 Seedance SP 真人加白素材的处理状态。
POST
SP Query Real-Person Status
Query whitelist processing status for a Seedance SP real-person asset.
Request body
| Field | Type | Required | Description |
|---|---|---|---|
asset_id | string | Yes | asset_id from Submit Real-Person Whitelist |
Example
Response fields
| Field | Description |
|---|---|
asset_id | Asset ID |
status | Processing / Active / Failed |
asset_ref | Reference for video create; available when Active |
name | Asset name |
url | Asset URL |
Status values
| Status | Meaning |
|---|---|
Processing | Keep polling |
Active | Ready for video generation |
Failed | Processing failed |
Batch query
To query multiple real-person assets at once:POST /api/open-api/v1/seedance/sp/realperson/batch-status
Body: { "asset_ids": ["id1", "id2"] }. Returns an items array with the same shape as the single-query response.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
asset_id returned from whitelist submit