裁剪回放
开发中
POST
https://saas-open.vhall.com/v3/webinars/record/cut
参数名称 | 类型 | 含义 |
---|---|---|
start | int | 裁掉片段的相对开始时间, 秒/单位 |
end | int | 裁掉片段的相对结束时间, 秒/单位 |
[
{
"start":0, #裁掉片段的相对开始时间
"end":40 #裁掉片段的相对结束时间
},
{
"start":580,
"end":600
}
]
参数名称 | 类型 | 含义 |
---|---|---|
timePoint | int | 打点相对时间点 , 秒/单位 |
msg | string | 打点文字信息 |
[
{
"timePoint": 12, #打点相对时间点
"msg": "abc" #打 点文字信息
},
{
"timePoint": 52, #打点相对时间点
"msg": “xxx” #打点文字信息
}
]
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://saas-open.vhall.com/v3/webinars/record/cut' \
--header 'platform: 15' \
--form 'record_id=""' \
--form 'name=""' \
--form 'cut_sections=""' \
--form 'app_key=""' \
--form 'sign_type=""' \
--form 'signed_at=""' \
--form 'sign=""'
响应示例响应示例
{
"code": "string",
"msg": "string",
"data": {
"record_id": 0
}
}
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/x-www-form-urlencoded
platform
string
必需
Body 参数multipart/form-data
scene_type
string
可选
record_id
string
必需
webinar_id
string
可选
name
string
生成回放名称
cut_sections
string
必需
point_sections
string
可选
app_key
string
必需
默认值:
{{app_key}}
sign_type
integer
必需
默认值:
{{sign_type}}
signed_at
integer
必需
默认值:
{{signed_at}}
sign
string
计算生成的签名值
默认值:
{{sign}}
返回响应
修改于 2025-05-28 05:26:11