Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer token authentication. Format Bearer <token> where <token> is your API Key.

Body

GroupId
string
required

Asset group ID.

Example:

"group-20260319072926-rrnmg"

AssetType
enum<string>
required

Asset type. Fixed value Audio for audio.

Available options:
Audio
Example:

"Audio"

URL
string
required

Audio URL, Data URI, or raw Base64 string (wav/mp3, ≤15 MB).

Example:

"https://example.com/audio.mp3"

model
enum<string>

Billing model. Fixed value volc-asset-audio for audio.

Available options:
volc-asset-audio
Example:

"volc-asset-audio"

Name
string

Asset name.

Example:

"background-music"

Response

Audio asset created successfully

Id
string

Asset ID. Use as asset://<ID> in Seedance 2.0 requests.

Example:

"asset-20260320120147-pqwhc"