Documents Extract

This endpoint allows you to parse text from documents using OCR.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects a multipart form containing a file.
filefileRequired

The document file to upload

Response

Successful response.

titlestringOptional

The parsed document title.

contentsstringOptional

The parsed document contents.

countintegerOptional

The word count for the document.

Errors