Web Extraction
Extract text from a pdf
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
multipart/form-data
The PDF file to be extracted.
Response
200
application/json
Successful response
The amount of time in miliseconds it took to complete the request.
A unique identifier for the server process. This helps us track support requests and complaints.
Usage statistics for the request. This is what is used for the billing.
The extracted text content.
Was this page helpful?