概要总结-开始创作
开发中
POST
https://saas-open.vhall.com/v3/ai/video/summary-create
{
"type": "vod_ai_summary_complete",
"record_id": 793578,
"file_url": "https://t-tehlsvodhls02.vhallyun.com/vhallyun/vhallcoop/b4f25a26ef2610eda08c8a9bb62e940f/62a07eaf/62a07eaf_62_ai_summary.json",
"status": 1,
"user_id": 16623378,
"vod_id": "62a07eaf"
}
status: 状态 , 1 成功,2 失败
record_id: 回放记录 ID
vod_id: 点播ID
file_url: 概要总结内容 json 文件
{
"record_id": 4356856,
"file_url": "https://tehlsvodhls02.vhallyun.com/vhallyun/vhallrecord/lss_a041ef89/20240124085430_7f24f099/7f24f099_5_ai_summary.json",
"user_id": 162721098,
"refer": "vhall",
"signature": "8b794dbfd3b0e45def4be84c5f194a41",
"method_id": 25,
"child_user_id": 162721098,
"mid": "8836fa5de6e6c8393906c10d0313f1ad",
"time": 1706079275,
"status": 1
}
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://saas-open.vhall.com/v3/ai/video/summary-create' \
--header 'platform: 15' \
--form 'record_id="111"' \
--form 'max_limit="5"' \
--form 'app_key=""' \
--form 'sign_type=""' \
--form 'signed_at=""' \
--form 'sign=""'
响应示例响应示例
{
"code": 0,
"msg": "string",
"data": {},
"request_id": "string"
}
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/x-www-form-urlencoded
platform
integer
可选
默认值:
15
Body 参数multipart/form-data
record_id
string
视频记录 ID
示例值:
111
max_limit
string
关键词最大数量
示例值:
5
max_len
string
最大字数限制
示例值:
100
tips
string
AI 提示信息
example
string
示例
app_key
string
必需
默认值:
{{app_key}}
sign_type
integer
必需
默认值:
{{sign_type}}
signed_at
integer
必需
默认值:
{{signed_at}}
sign
string
计算生成的签名值
默认值:
{{sign}}
返回响应
修改于 2025-05-28 05:26:38