Skip to content
Open
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
4 changes: 3 additions & 1 deletion api-reference/health-ai/ekascribe/SDKs/TS-sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Before getting started, ensure you have:

## Installation

[GitHub Repository](https://github.com/eka-care/eka-js-sdk) | [npm Package](https://www.npmjs.com/package/@eka-care/ekascribe-ts-sdk)

Install the SDK using `npm` or `yarn`:

```bash
Expand Down Expand Up @@ -1422,4 +1424,4 @@ ekascribe.onPartialResultCallback((partialData) => {
| `no_audio_capture` | No audio was captured during the recording session |
| `txn_status_mismatch` | Invalid operation due to mismatched transaction status |

Refer [Ekascribe](https://github.com/eka-care/v2rx-extension) for SDK implementations.
Refer [Ekascribe](https://github.com/eka-care/eka-js-sdk) for SDK implementations.
2 changes: 2 additions & 0 deletions api-reference/health-ai/ekascribe/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ console.log(result);

That's it. The SDK handles VAD, audio chunking, file uploads, retries, and polling - you just call the methods.

**TypeScript SDK:** [GitHub Repository](https://github.com/eka-care/eka-js-sdk) | [npm Package](https://www.npmjs.com/package/@eka-care/ekascribe-ts-sdk)

---

## Explore Other Integration Options
Expand Down