Medical Document Parsing
Upload Report
Upload the image or PDF file
POST
Upload the image or PDF file following the document specifications below. Ensure you define the document type and tasks you want to process in the query parameters. Document Specifications
- PDF Documents: Ensure the file is complete and legible.
- Images:
- Preferred DPI: 150+
- Images must be non-blurred
- Avoid images with a high degree of non-linear warping or rotation for optimal processing accuracy.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Specifies the type of document being uploaded. The following values are allowed:
ps
: Prescriptionlr
: Lab Reportot
: Otherds
: Discharge Summaryvc
: Vaccine Certificatein
: Insuranceiv
: Invoicesc
: Scan
Available options:
ps
, lr
, ot
, ds
, vc
, in
, iv
, sc
Specifies the type of document being uploaded. The following values are allowed:
smart
: Parse the document to smart reportpii
: Parse Personal Identification Information from the documentclassification
: Document Classification
Available options:
smart
, pii
, classification
if you are upload document in batch the pass this information as true
Body
multipart/form-data
The file to be uploaded.
Response
200
application/json
File uploaded successfully.
The unique identifier for the uploaded document.