Create
Step 1: Upload Record
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.
POST
/
mr
/
api
/
v1
/
docs
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.
Valid Content Types:
- Images:
contentTypeJpg
= “image/jpg”contentTypePng
= “image/png”- Documents:
contentTypePdf
= “application/pdf”
Valid File Sizes:
- Maximum size for PDF files:
pdfMaxSizeMb
= 25 MB - Maximum size for image files:
imageMaxSizeMb
= 10 MB
Authorizations
auth
string
headerrequiredThe API requires the following auth in headers for authentication.
Body
application/json
batch_request
object[]
Response
200 - application/json
error
boolean
message
string
batch_response
object[]