- Authorization: Use the Client Login API to generate an access token. Use this token for authorization in all API requests.
- Upload Medical Records: Upload image or PDF files of medical record following the specified document specs. Upon successful upload, you will receive a
document_id
. - Parsed Report: Two distinct formats are available to obtain parsed results. Use the document_id along with the required query parameter to fetch the results. The same API can be utilized to check the parsing status, and a webhook is also available for this purpose.
- Retrieve Parsed Report The response is returned in a structured FHIR format.
- Parsed Report Result API This endpoint returns a JSON response that includes additional data such as normalized values, document page numbers, eka_ranges, and other pertinent details not captured in the FHIR object due to its limitations.
- Delete Medical Report: Instantly remove an uploaded document from our system using the Delete Report API by providing its unique
document_id
- Download Postman Collection
- Download Python Notebook