Medical Document Parsing
Upload Record
Upload the image or PDF file
POST
/
mr
/
api
/
v2
/
docs
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
Body
multipart/form-data
The file to be uploaded.
Response
200 - application/json
The unique identifier for the uploaded document.