doubao-seedance-2-0
Real Person Avatar Assets
- Real person avatar asset API — complete three operations via a single endpoint
- Step 1: Create a real-person identity verification H5 session to obtain h5_link and byted_token
- Step 2: After the user completes H5 verification, query the result to get the asset group group_id
- Step 3: Batch submit real-person assets to group_id for review
POST
Documentation Index
Fetch the complete documentation index at: https://docs.apimart.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
All requests require Bearer Token authenticationGet your API Key:Visit the API Key Management page to obtain your API KeyAdd the following header to each request:
Request Parameters
Step 1: Create Real-Person Verification Session
Callback URL after verification is completeThe system sends a callback notification to this address once the user completes H5 verification
Project nameDefault:
defaultResponse
Response status code, 200 on success
Task information
Step 2: Query Real-Person Verification Result
Authentication token obtained from the Step 1 task resultAfter the user completes H5 verification, query the task via
GET /v1/tasks/{id} to get byted_token, then use it here to retrieve the verification result and real-person asset group GroupIdProject nameDefault:
defaultStep 3: Batch Submit Real-Person Assets
Real-person asset group IDThe
GroupId obtained from the Step 2 verification resultProject nameDefault:
defaultAsset typeOptions:
Video- Video asset (default, recommended for real-person portraits)Image- Image asset
VideoAsset list, supports submitting multiple assets in one requestExample:
Response
Response status code, 200 on success
Asset review task information
Query Review Result
Asset submission is an asynchronous task. Use the Get Task Status endpoint to poll:All Approved
Partial Failure
result.usable_assets[].asset_urlcan be used directly in Seedance 2.0 video generation- Assets in
result.failed_assetsmust be replaced or resubmitted
Using Approved Assets
Pass theasset://... URL directly to the Seedance 2.0 Video Generation endpoint:
- Real-person avatar assets are recommended for use with
doubao-seedance-2.0-faceordoubao-seedance-2.0-fast-facemodels - Once the server detects the
asset://prefix, it submits the generation task directly without triggering another asset review