文档总结
URL:/v1/docs/{doc_id}/summary方法:
GET描述: 获取指定文档的总结结果。
请求参数
| 参数名 | 类型 | 描述 |
|---|---|---|
| doc_id | str | 文档唯一 ID。 |
响应参数
| 参数名 | 类型 | 描述 |
|---|---|---|
| doc_id | str | 请求的文档唯一 ID |
| summary | str | 文档的总结内容 |
请求示例
cURL响应示例
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
