{"info":{"_postman_id":"7e4b1168-3d7b-4e38-8fe7-278daa8fc8d8","name":"Medical Document Parsing","description":"<html><head></head><body><p>EkaCare’s Medical Document Parsing API offers a comprehensive solution for extracting and structuring data from diverse medical documents, including lab reports, prescriptions, and insurance policies. Explore our APIs here to see how they can add value to your healthcare ecosystem. Learn more about our advanced parsing capabilities, accuracy benchmarks, and detailed technology insights <a href=\"https://developer.eka.care/eka-medai/technologies/overview\">here</a>.</p>\n<p><strong>Steps to Use Medical Document Parsing APIs:</strong></p>\n<ol>\n<li><p><strong>Authorization</strong>: Use the Client Login API to generate an access token. Use this token for authorization in all API requests.</p>\n</li>\n<li><p><strong>Upload Medical Records</strong>: Upload image or PDF files of medical record following the specified document specs. Upon successful upload, you will receive a <code>document_id</code>.</p>\n</li>\n<li><p><strong>Parsed Report</strong>: 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.<br> - a. <strong>Retrieve Parsed Report</strong> The response is returned in a structured FHIR format.<br> - b. <strong>Parsed Report Result API</strong> 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.</p>\n</li>\n<li><p><strong>Delete Medical Report</strong>: Instantly remove an uploaded document from our system using the Delete Report API by providing its unique <code>document_id</code>.</p>\n</li>\n</ol>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"27490202","collectionId":"7e4b1168-3d7b-4e38-8fe7-278daa8fc8d8","publishedId":"2sAYX6oMgH","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-02-05T10:27:10.000Z"},"item":[{"name":"Client Login","id":"89d0a3b8-8371-42e1-86c7-d7240ec480d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"api_key\": null,\n  \"client_id\": \"xxxxx\",\n  \"client_secret\": \"xxxxx\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.eka.care/connect-auth/v1/account/login","description":"<p>Generated from cURL: curl --request POST<br />--url <a href=\"https://api.eka.care/connect-auth/v1/account/login\">https://api.eka.care/connect-auth/v1/account/login</a><br />--header 'Content-Type: application/json'<br />--data '{<br />\"api_key\": null,<br />\"client_id\": \"\",<br />\"client_secret\": \"\"<br />}'</p>\n","urlObject":{"protocol":"https","path":["connect-auth","v1","account","login"],"host":["api","eka","care"],"query":[],"variable":[]}},"response":[],"_postman_id":"89d0a3b8-8371-42e1-86c7-d7240ec480d9"},{"name":"Upload Report","id":"575690dd-c4f0-4c35-bbfd-e92b596e2b42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"*/*"},{"key":"User-Agent","value":"YourAppName"},{"key":"auth","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiIiLCJjLWlkIjoiRUNfMTczNzUyMzYzMjE2ODk1IiwiZXhwIjoxNzM4ODM5NzkxLCJpYXQiOjE3Mzg4Mzc5OTEsImlzcyI6ImFnbyJ9.ZgBLudg1PZwhaW04-SBQswmrHhPawglkWQkGJG_HtY8"}],"body":{"mode":"formdata","formdata":[{"type":"file","key":"file","src":"/Users/user1/Downloads/Lab_Report_Sample.pdf"}]},"url":"https://api.eka.care/mr/api/v2/docs?dt=lr&task=smart&task=pii&task=classification","description":"<p>Generated from cURL: curl --location '<a href=\"https://api.eka.care/mr/api/v2/docs\">https://api.eka.care/mr/api/v2/docs</a>' <br />--header 'Accept: <em>/</em>' <br />--header 'User-Agent: YourAppName' <br />--header 'auth: ' <br />--form 'file=@\"/path/to/your/file.pdf\"' <br />--form 'dt=lr' <br />--form 'task=smart' <br />--form 'task=pii' <br />--form 'task=classification'</p>\n","urlObject":{"protocol":"https","path":["mr","api","v2","docs"],"host":["api","eka","care"],"query":[{"key":"dt","value":"lr"},{"key":"task","value":"smart"},{"key":"task","value":"pii"},{"key":"task","value":"classification"}],"variable":[]}},"response":[],"_postman_id":"575690dd-c4f0-4c35-bbfd-e92b596e2b42"},{"name":"Retrieve Parsed Report","id":"f8b63ed1-04fa-4f0e-8bf0-6a133642d86c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"auth","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiIiLCJjLWlkIjoiRUNfMTczNzUyMzYzMjE2ODk1IiwiZXhwIjoxNzM4ODE0MTAzLCJpYXQiOjE3Mzg4MTIzMDMsImlzcyI6ImFnbyJ9.iY1ulIIHVvZmI4HLW6_JvSqmEV-0rR2dPPJsMjCtXCI"}],"url":"https://api.eka.care/health/api/v1/fhir/retrieve?identifier=fc72308d-d731-4a57-8c32-fc8e5e6b77fb","description":"<p>Generated from cURL: curl --request GET <br />  --url --url '<a href=\"https://api.eka.care/health/api/v1/fhir/retrieve?identifier=unique_identifier\">https://api.eka.care/health/api/v1/fhir/retrieve?identifier=unique_identifier</a>' <br />  --header 'Authorization: Bearer '</p>\n","urlObject":{"protocol":"https","path":["health","api","v1","fhir","retrieve"],"host":["api","eka","care"],"query":[{"key":"identifier","value":"fc72308d-d731-4a57-8c32-fc8e5e6b77fb"}],"variable":[]}},"response":[],"_postman_id":"f8b63ed1-04fa-4f0e-8bf0-6a133642d86c"},{"name":"Parsed Report Result API","id":"e4ae991c-d4d6-416c-af27-7b84dc34a3d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"auth","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiIiLCJjLWlkIjoiRUNfMTczNzUyMzYzMjE2ODk1IiwiZXhwIjoxNzM4ODE0MTAzLCJpYXQiOjE3Mzg4MTIzMDMsImlzcyI6ImFnbyJ9.iY1ulIIHVvZmI4HLW6_JvSqmEV-0rR2dPPJsMjCtXCI"}],"url":"https://api.eka.care/mr/api/v1/docs/fc72308d-d731-4a57-8c32-fc8e5e6b77fb/result","description":"<p>Generated from cURL: curl --request GET <br />--url <a href=\"https://api.eka.care/mr/api/v1/docs/%7Bdocument_id%7D/result\">https://api.eka.care/mr/api/v1/docs/{document_id}/result</a> <br />--header 'Authorization: Bearer '</p>\n","urlObject":{"protocol":"https","path":["mr","api","v1","docs","fc72308d-d731-4a57-8c32-fc8e5e6b77fb","result"],"host":["api","eka","care"],"query":[],"variable":[]}},"response":[],"_postman_id":"e4ae991c-d4d6-416c-af27-7b84dc34a3d7"},{"name":"Delete Document","id":"e868c3fd-1774-4923-8184-abc363c57850","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"auth","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiIiLCJjLWlkIjoiRUNfMTczNzUyMzYzMjE2ODk1IiwiZXhwIjoxNzM4ODE0MTAzLCJpYXQiOjE3Mzg4MTIzMDMsImlzcyI6ImFnbyJ9.iY1ulIIHVvZmI4HLW6_JvSqmEV-0rR2dPPJsMjCtXCI"}],"url":"https://api.eka.care/mr/api/v1/docs/62f05112-a1d9-4dd7-b607-f64e58686ff9","description":"<p>Generated from cURL: curl --request DELETE<br />--url <a href=\"https://api.eka.care/mr/api/v1/docs/%7Bdocument_id%7D\">https://api.eka.care/mr/api/v1/docs/{document_id}</a><br />--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiIiLCJjLWlkIjoiYWRzaW5kaWFzdGFnaW5nIiwiZXhwIjoxNzM4MDgyMDAyLCJpYXQiOjE3MzgwODAyMDIsImlzcyI6ImFnbyJ9.doZl4Zrqf86GVhCnwSrUq1w0jFkzi-zcvxZfT1HzXlQ'</p>\n","urlObject":{"protocol":"https","path":["mr","api","v1","docs","62f05112-a1d9-4dd7-b607-f64e58686ff9"],"host":["api","eka","care"],"query":[],"variable":[]}},"response":[],"_postman_id":"e868c3fd-1774-4923-8184-abc363c57850"}]}