GlobalAiOpc
Seedance X1 - 素材详情
查询 Seedance X1 素材详情
Seedance X1 素材详情
根据素材 ID 查询素材详情和处理状态。
认证
获取 Key所有请求都需要在请求头中包含 Bearer token:
cURL
Authorization: Bearer {{key}}
基础 URL
https://zcbservice.aizfw.cn/kyyReactApiServerbaseUrl 为所有对外 API 的公共前缀。当前页面 frontmatter 中的 api 字段展示的是完整请求地址,请在接入时以这里的 baseUrl 为统一前缀理解和拼接接口路径。请求参数
assetIdstring必填素材 ID。
响应参数
codeinteger响应状态码,
0 表示成功。msgstring响应消息,失败时返回错误说明。
data.officialIdstring素材官方 ID。
data.createdAtstring素材创建时间,ISO 8601 格式。
data.imageUrlstring图片素材 URL。图片类型素材返回该字段。
data.namestring素材名称。
data.idinteger素材记录 ID。
data.statusstring素材状态。
Active 表示素材可用。