Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion api-reference/health-ai/ekascribe/ekascribe-v2/ekascribe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,31 @@ paths:
- "bn"
- "mr"
- "pa"
- "or"
example: ["en-IN"]
speciality:
type: string
description: Medical speciality context for better transcription accuracy
example: "general_medicine"

output_language:
type: string
description: Output language for the transcription result
enum:
- "en-IN"
- "en-US"
- "hi"
- "gu"
- "kn"
- "ml"
- "ta"
- "te"
- "bn"
- "mr"
- "pa"
- "or"
example: "en-IN"

output_format_template:
type: array
description: Array of template configurations for output format
Expand Down Expand Up @@ -140,8 +159,9 @@ paths:
visitid: "09e4f00f-d665-4212-b77c-b2dd5f22bd92_1742560488782"
mode: "dictation"
input_language: ["en-IN"]
output_language: "en-IN"
speciality: "general_medicine"
output_format_template: [{"template_id": "eka_emr_template", "language_output": "en-IN", "codification_needed": false}]
output_format_template: [{"template_id": "eka_emr_template", "codification_needed": false}]
transfer: "non-vaded"
batch_s3_url: "s3://m-pp-voice2rx/250307/R-S3-195D5131-D014-56A8-ACCF-2F8F2D230DEC/"
security:
Expand Down
20 changes: 20 additions & 0 deletions api-reference/health-ai/ekascribe/ekascribe-v2/init.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,23 @@ Eka Care supports transcription in multiple languages. Specify the appropriate l
| `bn` | Bengali |
| `mr` | Marathi |
| `pa` | Punjabi |
| `or` | Oriya |

## Supported Output Languages

Eka Care supports generating transcription output in multiple languages. Specify the appropriate language ID in the `output_language` parameter within the `output_format_template`:

| Language ID | Language Name |
|-------------|---------------|
| `en-IN` | English (India) |
| `en-US` | English (United States) |
| `hi` | Hindi |
| `gu` | Gujarati |
| `kn` | Kannada |
| `ml` | Malayalam |
| `ta` | Tamil |
| `te` | Telugu |
| `bn` | Bengali |
| `mr` | Marathi |
| `pa` | Punjabi |
| `or` | Oriya |