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