POST
/
document
/
slice
/
image_list
/
{id}
获取文件解析到的图片列表
curl --request POST \
  --url https://open.bigmodel.cn/api/document/slice/image_list/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "images": [
      {
        "text": "【示意图序号_1829473032620613632_103】",
        "cos_url": "https://cdn.bigmodel.cn/knowledge_pdf_image/de7163a7-c67f-4e33-8810-97a6d5a83378.png"
      }
    ]
  },
  "code": 200,
  "message": "请求成功",
  "timestamp": 1725070689634
}

Authorizations

Authorization
string
header
required

使用以下格式进行身份验证:Bearer <your api key>

Path Parameters

id
string
required

文档ID

Response

200
application/json

请求成功

The response is of type object.