Checks if a document has been successfully processed.
Checks if a document has been successfully processed.
Response: Returns a JSON object with:
file_id
(string): The ID of the uploaded fileindexing_status
(string): One of success
, in_progress
, or errored
Example:
Authorization
: Bearer tokenContent-Type
: application/jsonfile_id
(string, required): ID of the uploaded file (query parameter)Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
ID of the uploaded file
Processing status returned successfully
The response is of type object
.
Checks if a document has been successfully processed.
Checks if a document has been successfully processed.
Response: Returns a JSON object with:
file_id
(string): The ID of the uploaded fileindexing_status
(string): One of success
, in_progress
, or errored
Example:
Authorization
: Bearer tokenContent-Type
: application/jsonfile_id
(string, required): ID of the uploaded file (query parameter)Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
ID of the uploaded file
Processing status returned successfully
The response is of type object
.