---
title: "Create Asset Group"
method: POST
path: "/volc/asset/CreateAssetGroup"
---

# Create Asset Group

`POST /volc/asset/CreateAssetGroup`

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

## Request body

- object
  - `model` string — Model name for billing. Default: `volc-asset`.
  - `Name` string, required — Asset group name.

## Response `200`

Asset group created successfully

- object
  - `Id` string — Asset group ID.

## Other responses

- `400` — Invalid request
- `401` — Unauthorized

---

[API](https://skmtc.net/anyfast/apis/anthropic-claude-compatible-endpoint.md) · [All operations](https://skmtc.net/anyfast/apis/anthropic-claude-compatible-endpoint/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anyfast/anthropic-claude-compatible-endpoint/versions/edfc53e182a1/schema)
