Skip to main content
POST
查询单个素材

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
Id
string
required

要查询的素材 ID。

Example:

"asset-20260528140922-d9646"

Response

查询成功

Id
string

素材 ID。

Example:

"asset-20260528140922-d9646"

Name
string

素材名称。

Example:

"character-reference"

URL
string

临时素材文件 URL。官方示例标注该 URL 有效期为 12 小时。不要将其作为长期素材引用保存;Seedance 生成请求中请使用 asset://<asset_id>。

Example:

"https://ark-media-asset.tos-cn-beijing.volces.com/..."

AssetType
enum<string>

素材类型。

Available options:
Image,
Video,
Audio
Example:

"Video"

GroupId
string

所属素材组 ID。

Example:

"group-20260528140601-tp9hw"

Status
enum<string>

素材处理状态。仅当状态为 Active 时可使用;Failed 表示预处理失败,不能用于推理。

Available options:
Processing,
Active,
Failed
Example:

"Active"

ProjectName
string

项目名称。

Example:

"default"

CreateTime
string

创建时间。

Example:

"2026-05-28T06:09:22Z"

UpdateTime
string

更新时间。

Example:

"2026-05-28T06:09:31Z"