API Reference

Get the chunks of a specific ingestion

You can get the result via an API request. This endpoint will provide you with the information related to the process ID of the ingestion request you initiated. Once the chunking is completed, the endpoint will return the result in the response.

Please keep in mind that every file and result will be deleted 24 hours after the ingestion request.

About the response:

success: false if the process is not yet finished, true otherwise.
data > process > id: the process ID you received in the response of the ingestion request.
data > detected_language: the language you provided in the ingestion request, or the one automatically detected.
data > chunks: the list of chunks the document has been divided into.
info > file > name: the name of the file you uploaded.


Language