列出符合条件的公共素材库媒资基础信息,最多筛选出100条。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
MediaTagId | string | 否 | 媒资标签,根据此 mediaTagId 进行匹配,返回所有包含此标签的媒资。取值:
| sticker-atmosphere |
NextToken | string | 否 | 用来表示当前调用返回读取到的位置,空代表数据已经读取完毕。 | pSa1SQ0wCe5pzVrQ6mWZEw== |
MaxResults | integer | 否 | 本次请求所返回的最大记录条数。 最大值:100,默认值:10 | 5 |
PageNo | integer | 否 | 当前页码。默认值为 1 | 1 |
PageSize | integer | 否 | 分页大小,每页显示条数。默认值为 10,最大值为 100。 | 10 |
IncludeFileBasicInfo | boolean | 否 | 如果为 true,返回值中包含文件基础信息。 | true |
BusinessType | string | 否 | 媒资业务类型。取值范围:
| sticker |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "******B7-7F87-4792-BFE9-63CD21******",
"TotalCount": 2,
"MediaInfos": [
{
"MediaId": "****019b82e24b37a1c2958dec38****",
"MediaBasicInfo": {
"MediaId": "****019b82e24b37a1c2958dec38****",
"InputURL": "https://example-bucket.oss-cn-shanghai.aliyuncs.com/example.mp4",
"MediaType": "video",
"BusinessType": "general",
"Source": "oss",
"Title": "title标题",
"Description": "description",
"Category": "video",
"MediaTags": "sticker-daily",
"CoverURL": "http://example-bucket.oss-cn-shanghai.aliyuncs.com/example.png?Expires=<ExpireTime>&OSSAccessKeyId=<OSSAccessKeyId>&Signature=<Signature>&security-token=<SecurityToken>",
"UserData": "userData",
"Snapshots": "null",
"Status": "Normal",
"TranscodeStatus": "Init",
"CreateTime": "2021-01-08T16:52:04Z",
"ModifiedTime": "2021-01-08T16:52:04Z",
"DeletedTime": "2021-01-08T16:52:04Z"
},
"FileInfoList": [
{
"FileBasicInfo": {
"FileName": "example.mp4",
"FileStatus": "Normal",
"FileType": "source_file",
"FileSize": "338990717",
"FileUrl": "http://example-bucket.oss-cn-shanghai.aliyuncs.com/example.mp4?Expires=<ExpireTime>&OSSAccessKeyId=<OSSAccessKeyId>&Signature=<Signature>&security-token=<SecurityToken>",
"Region": "cn-shanghai",
"FormatName": "mov,mp4,m4a,3gp,3g2,mj2",
"Duration": "10.040000",
"Bitrate": "270112.12",
"Width": "1920",
"Height": "1080"
}
}
]
}
],
"NextToken": "8EqYpQbZ6Eh7+Zz8DxVYoQ==",
"MaxResults": 2
}
错误码
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|---|---|
2024-01-26 | OpenAPI 入参发生变更 | 查看变更详情 |