POST
/
mr
/
api
/
v2
/
docs

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

dt
enum<string>
required

Specifies the type of document being uploaded. The following values are allowed:

  • ps: Prescription
  • lr: Lab Report
  • ot: Other
  • ds: Discharge Summary
  • vc: Vaccine Certificate
  • in: Insurance
  • iv: Invoice
  • sc: Scan
Available options:
ps,
lr,
ot,
ds,
vc,
in,
iv,
sc

Body

multipart/form-data
file
file
required

The file to be uploaded.

Response

200 - application/json
document_id
string

The unique identifier for the uploaded document.