EkaScribe empowers doctors with voice-powered documentation. Simply dictate or let EkaScribe AI listen to consultations, and it will effortlessly generate structured medical documents.

Integration Options

There are multiple easy ways to integrate EkaScribe into your workflow, depending on your platform and needs:
  • Recommended
  • Also available
    • API Calls – Use our RESTful APIs for flexible integration, as described in the documentation below. Refer from here
Choose the integration method that works best for your setup and start enhancing productivity while EkaScribe takes care of the documentation.

Prerequisites:

  • Register Webhook (One-time Setup) - optional
    1. Before using the Ekascribe service, register a webhook to receive notifications when transcription is complete: - API Reference for Webhooks
    2. When the transcription is complete, Eka Care will send a webhook notification to your registered endpoint. Here’s a sample of what you’ll receive:
      {
      "event": "v2rx.completed",
      "data": {
          "transaction_id": "unique_transaction_id",
          "status": "completed",
          "session_id": "session_123456"
      },
      "timestamp": "2023-07-20T10:30:00Z"
      }