媒体拉取
Example
POST 媒体拉取
https://global.talk-cloud.net/vod/webapi
/media/pull
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
Content-Type | 是 | string | application/json |
Accept | 是 | string | application/json |
version | 是 | string | 版本号:(预设:v2) |
Tk-authkey | 是 | string | 企业Key |
Timestamp | 是 | string | token生产时间:(预设:1641600967) |
Tk-token | 是 | string | 加密token:(预设:59O8J455S192Cw82f5bfxVB052NhsUpK9ToBVw==) |
参数名 | 是否必填 | 类型 | 说明 |
---|---|---|---|
watertemplate_id | 否 | int | 水印模板ID |
template_ids | 否 | int[] | 模板云ID (请查看公共接口:https://document.talk-cloud.com/vod/public/4API/) |
transcoding_type | 否 | int | 是否HLS自适应加密转码,默认0,传1时,template_ids不生效 |
is_audit | 是 | int | 是否需要审核( 0:不需要;需要) |
type | 是 | int | 拉取类型( 0:远程拉取;1录制件) |
media_info | 是 | object [] | 媒体信息集合 |
media_info.media_title | 是 | string | 媒体名称 |
media_info.media_url | 是 | string | 媒体url |
media_info.media_image | 否 | string | 媒体路径 type=0必须) |
media_info.catagery_id | 否 | int | 分类ID |
media_info.record_id | 否 | int | 录制件ID(type=1必须) |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
|
参数名 | 类型 | 说明 |
---|---|---|
result | int | 0成功 非0失败 |
msg | string | 接口消息 |
1 2 3 4 5 |
|