文档总结
POST
https://chatdoc.xfyun.cn/openapi/startSummary针对单个文档发起内容总结/概要。
请求参数
Body 参数multipart/form-data
fileId
string
文件 ID
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
flag
boolean
必需
sid
string
必需
请求唯一 id,用于问题定位
code
integer
错误码,成功=0
desc
null
结果描述
data
null
返回结果
示例
{
"flag": true,
"sid": "9746244f046340e2869630e5f6fe8daa",
"code": 0,
"desc": null,
"data": null
}
最后修改时间: 1 年前