RetrieveContent 接口
GET
/v1/files/retrieve_content该功能支持下载文档内容。
请求参数
Query 参数
GroupId
string
必需
该值应拼接在调用API的url末尾
示例值:
{group_id}
file_id
string
必需
支持fine-tine-result以及role_recognition result的文件下载
示例值:
{file_id}
Header 参数
content-type
string
必需
示例值:
application/json
Authorization
string
必需
示例值:
Bearer {api_key}
Body 参数text/plain
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
该接口将以文件的形式返回信息。
最后修改时间: 1 年前