Parsers
Parse Document
This provides access to the parsers that we use for indexing. This endpoint will not access any collection or search index, and the result will not be saved. This will use the same parsing method as the /documents/add-document
endpoint.
A common use-case for this endpoint, is to use our parser in combination with your own pre-processing step, before then uploading it to the search index using the text-pages
filetype.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The document's raw data, as a base64-encoded string
Response
200 - application/json
The parsed pages. Each string will contain the full contents of a page.