v1

latestOpenAPI 3.1.02026-07-224941145.6 KB

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"
}