Seedance Asset — Create Image Asset
Upload an image to an existing asset group. The returned Asset ID can be referenced as asset://<ID> in Seedance 2.0 requests for character reference, first frame, and similar scenarios.
Authorizations
Bearer token authentication. Format Bearer <token> where <token> is your API Key.
Body
Asset group ID.
"group-20260319072926-rrnmg"
Asset type. Fixed value Image for images.
Image "Image"
Image URL, Data URI, or raw Base64 string.
"https://example.com/image.jpg"
Billing model. Fixed value volc-asset for images.
volc-asset "volc-asset"
Asset name.
"character-reference"
Response
Image asset created successfully
Asset ID. Use as asset://<ID> in Seedance 2.0 requests.
"asset-20260320120147-pqwhc"