Retrieve the summary of the specified document.
/v1/docs/{doc_id}/summary
GET
参数名 | 类型 | 描述 |
---|---|---|
doc_id | str | 文档唯一 ID。 |
参数名 | 类型 | 描述 |
---|---|---|
doc_id | str | 请求的文档唯一 ID |
summary | str | 文档的总结内容 |
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful Response
The response is of type object
.