Tools
Text Extractor
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.
POST
/
extract-text
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
multipart/form-data
Response
200 - application/json
The response is of type any
.