This API endpoint allows users to upload a document file in one of the supported formats. The file can be sent either as input_file
. The endpoint accepts various document types such as Word, PowerPoint, and PDF, and enforces a file size limit of 10 MB, and returns the text extracted from the document with no formatting.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful response
The response is of type any
.