输入短剧等影视素材,自动识别高光片段,合成高燃成片。
接口说明
该接口为异步接口,提交任务后返回任务 ID(此时任务尚未完成,任务将进入后台排队异步执行),最终结果将通过回调通知。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
ice:SubmitScreenMediaHighlightsJob |
none |
*全部资源
|
无 | 无 |
请求语法
GET HTTP/1.1
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| InputConfig |
string |
否 |
输入配置,详见: InputConfig 参数说明 |
{ "MediaArray": [ "****9d46c886b45481030f6e****", "****6c886b4549d481030f6e****" ] } |
| EditingConfig |
string |
否 |
剪辑配置,详见: EditingConfig 参数说明 |
{ "MediaConfig": { "Volume": 1 }, "ProcessConfig": { "AllowTransition": true, "TransitionList": ["fadecolor"] } } |
| OutputConfig |
string |
否 |
输出配置,详见: OutputConfig 参数说明 |
{ "MediaURL": "http://xxx.oss-cn-shanghai.aliyuncs.com/xxx_{index}.mp4", "Count": 1, "Width": 1080, "Height": 1920 } |
| UserData |
string |
否 |
用户业务配置、回调配置。具体结构定义,请参见 UserData 配置 |
{"NotifyAddress":"http://xx.xx.xxx"}或{"NotifyAddress":"https://xx.xx.xxx"}或{"NotifyAddress":"ice-callback-demo"} |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
Schema of Response |
||
| RequestId |
string |
请求 ID。 |
****36-3C1E-4417-BDB2-1E034F**** |
| JobId |
string |
高燃成片任务 ID。 |
****20b48fb04483915d4f2cd8ac**** |
示例
正常返回示例
JSON格式
{
"RequestId": "****36-3C1E-4417-BDB2-1E034F****",
"JobId": "****20b48fb04483915d4f2cd8ac****\n"
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。