Documents
Upload File
This endpoint will upload a file to the index and return a document ID.
The file will be processed in the background and the document will be available for querying once the processing is complete.
You can use the document_id
to query the document later, and check the status of the document.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
multipart/form-data
Response
200
application/json
Successful Response
The response is of type object
.