Webhook event is sent when classification of document processing completes.Documentation Index
Fetch the complete documentation index at: https://ekacare-mintlify-changelog-1776733918.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Request
Headers:Eka-Webhook-Signature:<Eka Webhook Signature>Refer: Webhook SignatureContent-Type:application/json
Field Descriptions
data: Contains additional details related to the event.status: Current parsing state (parsing_initiated, parsing_complete, parsing_error).document_id: ID of the document that was parsed.document_classification: Document classification category (enum)- Possible values:
lab_report- Laboratory test reportprescription- Medical prescriptionmedical_insurance- Medical insurance documentscan_interpretation- Radiology/scan interpretation reportscan- Medical scan/imagingdischarge_summary- Hospital discharge summarycowin_vaccine_certificate- COVID-19 vaccination certificateother_medical_document- Other medical-related documentmedical_invoice- Medical bill/invoiceid_card- Identification cardbody_part- Body part imageother_insurance- Other insurance documentother_invoice- Non-medical invoiceother_graphical- Other graphical contentnon_medical_document- Non-medical document Note: The status field is an enum with following possible values:
- Possible values:
- parsing_complete
- parsing_error
- parsing_initiated

