删除智能字幕任务
Last updated
Was this helpful?
Last updated
Was this helpful?
1、接口同时支持HTTP 、HTTPS ,建议使用HTTPS 确保接口安全,接口调用有频率限制,
URL参数
appId
true
String
直播appId。可在"云点播" -> "设置" -> "API接口" 中查看您的直播appId和appSecret
timestamp
true
Long
当前时间的毫秒级时间戳,30分钟内有效
sign
true
String
body参数(json)
taskId
true
String
字幕任务id,创建字幕任务时会返回此id
参数:
code
Integer
status
String
响应状态文本信息
requestId
String
请求唯一标识,如遇接口调用失败情况,可发此id给客服辅助排查问题
success
boolean
true代表接口调用成功,false代表接口调用失败
data
boolean
删除成功返回true,删除失败返回false
成功示例
失败示例
签名,32位大写MD5值【详见】
响应状态码,200为成功返回,非200为失败【详见】