Generate a presigned URL that allows you to securely upload a document to the server. This URL can be used to upload the document directly without needing additional authentication or authorization steps.
contentTypeJpg
= “image/jpg”contentTypePng
= “image/png”contentTypePdf
= “application/pdf”pdfMaxSizeMb
= 25 MBimageMaxSizeMb
= 10 MBBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Include the patient identifier (p_oid) to upload the record. This is applicable only for EMR cases.
Presigned URL successfully retrieved
The response is of type object
.