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
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Content-Type
string
Accept
string
Body
multipart/form-data
input_file
file
Response
200 - application/json
The response is of type any
.