Create Asset Group

Create a new asset group to organize media resources (images, videos, audio) for use with Seedance 2.0 video generation.

post/volc/asset/CreateAssetGroup

Request body

modelstring

Model name for billing. Default: volc-asset.

Namestring required

Asset group name.

Example request

{
  "model": "volc-asset",
  "Name": "my-project-assets"
}

Response

Asset group created successfully

Idstring

Asset group ID.

Example response

{
  "Id": "group-20260320120601-hsw4s"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.