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

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"
      }
      

Integration Options

There are multiple easy ways to integrate EkaScribe into your workflow, depending on your platform and needs:

  • Chrome Extension – For a seamless experience directly in your web browser.
  • Mobile SDKs – Easily integrate into your Android or iOS apps.
  • Backend SDKs – Available for Java and Python to fit right into your server-side stack.
  • API Calls – Use our RESTful APIs for flexible integration, as described in the documentation below.

Choose the integration method that works best for your setup and start enhancing productivity while EkaScribe takes care of the documentation.