Constraints for File Upload:
- A client can create a maximum of 5 batches at a time.
- Each batch can include up to 10 files.
- All files in a batch must have the same content type.
- Images:
contentTypeJpg
= “image/jpg”contentTypePng
= “image/png”- Documents:
contentTypePdf
= “application/pdf”
- Maximum size for PDF files:
pdfMaxSizeMb
= 25 MB - Maximum size for image files:
imageMaxSizeMb
= 10 MB
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
eka user id (OID)
Query Parameters
Include the patient identifier (p_oid) to upload the record. This is applicable only for EMR cases.
Body
application/json
Response
Presigned URL successfully retrieved
The response is of type object
.