Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

请求头鉴权,格式为 Bearer <token>,其中 <token> 为您的 API Key。

Body

GroupId
string
required

素材组 ID。

Example:

"group-20260319072926-rrnmg"

AssetType
enum<string>
required

素材类型,图片固定传 Image

Available options:
Image
Example:

"Image"

URL
string
required

图片 URL、Data URI 或纯 Base64 字符串。

Example:

"https://example.com/image.jpg"

model
enum<string>

计费模型,图片固定传 volc-asset

Available options:
volc-asset
Example:

"volc-asset"

Name
string

素材名称。

Example:

"character-reference"

Response

图片素材创建成功

Id
string

素材 ID,在 Seedance 2.0 请求中以 asset://<ID> 格式引用。

Example:

"asset-20260320120147-pqwhc"