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:
lr
: Lab Report
Available options:
lr
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
Response
200
application/json
File uploaded successfully.
The response is of type object
.