Upload Record
APIs
Upload Report
Upload the image or PDF file
POST
Upload Record
Upload the image or PDF file following the document specifications below. Ensure you define the document type and tasks you want to process in the query parameters.
Document Specifications
- PDF Documents: Ensure the file is complete and legible.
- Images:
- Preferred DPI: 150+
- Images must be non-blurred
- Avoid images with a high degree of non-linear warping or rotation for optimal processing accuracy.
- Maximum allowed file size: 10 MB
- Files larger than 10 MB: Use the Request Upload flow to upload larger files.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
eka user id (OID)
Query Parameters
Specifies the type of document being uploaded. The following values are allowed:
lr: Lab Report
Available options:
lr Specifies the type of document being uploaded. The following values are allowed:
smart: Parse the document to smart reportpii: Parse Personal Identification Information from the documentclassification: Parse classification document
Available options:
smart, pii, classification if you are upload document in batch the pass this information as true
Body
multipart/form-data
The file to be uploaded.
Response
File uploaded successfully.
The unique identifier for the uploaded document.
Example:
"8570e23d-ee57-4948-95a7-370f0f113db8"

