Get Doc Summary
文档列表和内容
Doc Summary
Retrieve the summary of the specified document.
GET
Get Doc Summary
Documentation Index
Fetch the complete documentation index at: https://docs.reportify.cn/llms.txt
Use this file to discover all available pages before exploring further.
文档总结
URL:/v1/docs/{doc_id}/summary方法:
GET描述: 获取指定文档的总结结果。
请求参数
| 参数名 | 类型 | 描述 |
|---|---|---|
| doc_id | str | 文档唯一 ID。 |
响应参数
| 参数名 | 类型 | 描述 |
|---|---|---|
| doc_id | str | 请求的文档唯一 ID |
| summary | str | 文档的总结内容 |
