OAI docs upload status
/v1/docs/{doc_id}/upload/status
GET
参数名 | 类型 | 描述 |
---|---|---|
doc_id | str | 文档 ID。 |
参数名 | 类型 | 描述 |
---|---|---|
status | str | 文档上传状态。 |
状态 | 描述 |
---|---|
pending | 等待处理。 |
processing | 处理中。 |
completed | 处理完成。 |
failed | 处理失败。 |
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful Response
The response is of type object
.