|
3 | 3 | [](https://github.com/deepgram/node-sdk/actions/workflows/CI.yml) [](https://www.npmjs.com/package/@deepgram/sdk) [](CODE_OF_CONDUCT.md) |
4 | 4 |
|
5 | 5 | Official Node.js SDK for [Deepgram](https://www.deepgram.com/). Start building with our powerful transcription & speech understanding API. |
| 6 | +> This SDK only supports hosted usage of api.deepgram.com. |
6 | 7 |
|
7 | 8 | > ### Deprecated JS Browser SDK |
8 | 9 | > |
9 | 10 | > As of version 2.x, the JS Browser SDK was removed from the Node SDK and will become an independent Client SDK. |
10 | 11 | > To use the older SDK, please `npm i @deepgram/sdk@1.2.1` and use `@deepgram/sdk/browser`. |
11 | 12 |
|
12 | | -- [Deepgram Node.js SDK](#deepgram-nodejs-sdk) |
13 | | -- [Getting an API Key](#getting-an-api-key) |
14 | | -- [Installation](#installation) |
15 | | -- [Constructor](#constructor) |
16 | | -- [Transcription](#transcription) |
17 | | - - [Remote Files](#remote-files) |
18 | | - - [Local Files](#local-files) |
19 | | - - [Live Audio](#live-audio) |
20 | | -- [Projects](#projects) |
21 | | - - [Get Projects](#get-projects) |
22 | | - - [Get Project](#get-project) |
23 | | - - [Update Project](#update-project) |
24 | | - - [Delete Project](#delete-project) |
25 | | -- [Keys](#keys) |
26 | | - - [List Keys](#list-keys) |
27 | | - - [Get Key](#get-key) |
28 | | - - [Create Key](#create-key) |
29 | | - - [Delete Key](#delete-key) |
30 | | -- [Members](#members) |
31 | | - - [Get Members](#get-members) |
32 | | - - [Remove Member](#remove-member) |
33 | | -- [Scopes](#scopes) |
34 | | - - [Get Member Scopes](#get-member-scopes) |
35 | | - - [Update Scope](#update-scope) |
36 | | -- [Invitations](#invitations) |
37 | | - - [List Invites](#list-invites) |
38 | | - - [Send Invite](#send-invite) |
39 | | - - [Delete Invite](#delete-invite) |
40 | | - - [Leave Project](#leave-project) |
41 | | -- [Usage](#usage) |
42 | | - - [Get All Requests](#get-all-requests) |
43 | | - - [Get Request](#get-request) |
44 | | - - [Summarize Usage](#summarize-usage) |
45 | | - - [Get Fields](#get-fields) |
46 | | -- [Billing](#billing) |
47 | | - - [Get All Balances](#get-all-balances) |
48 | | - - [Get Balance](#get-balance) |
49 | | -- [Development and Contributing](#development-and-contributing) |
50 | | -- [Getting Help](#getting-help) |
| 13 | +* [Deepgram Node.js SDK](#deepgram-nodejs-sdk) |
| 14 | +* [Getting an API Key](#getting-an-api-key) |
| 15 | +* [Installation](#installation) |
| 16 | +* [Constructor](#constructor) |
| 17 | +* [Transcription](#transcription) |
| 18 | + * [Remote Files](#remote-files) |
| 19 | + * [Local Files](#local-files) |
| 20 | + * [Live Audio](#live-audio) |
| 21 | +* [Projects](#projects) |
| 22 | + * [Get Projects](#get-projects) |
| 23 | + * [Get Project](#get-project) |
| 24 | + * [Update Project](#update-project) |
| 25 | + * [Delete Project](#delete-project) |
| 26 | +* [Keys](#keys) |
| 27 | + * [List Keys](#list-keys) |
| 28 | + * [Get Key](#get-key) |
| 29 | + * [Create Key](#create-key) |
| 30 | + * [Delete Key](#delete-key) |
| 31 | +* [Members](#members) |
| 32 | + * [Get Members](#get-members) |
| 33 | + * [Remove Member](#remove-member) |
| 34 | +* [Scopes](#scopes) |
| 35 | + * [Get Member Scopes](#get-member-scopes) |
| 36 | + * [Update Scope](#update-scope) |
| 37 | +* [Invitations](#invitations) |
| 38 | + * [List Invites](#list-invites) |
| 39 | + * [Send Invite](#send-invite) |
| 40 | + * [Delete Invite](#delete-invite) |
| 41 | + * [Leave Project](#leave-project) |
| 42 | +* [Usage](#usage) |
| 43 | + * [Get All Requests](#get-all-requests) |
| 44 | + * [Get Request](#get-request) |
| 45 | + * [Summarize Usage](#summarize-usage) |
| 46 | + * [Get Fields](#get-fields) |
| 47 | +* [Billing](#billing) |
| 48 | + * [Get All Balances](#get-all-balances) |
| 49 | + * [Get Balance](#get-balance) |
| 50 | +* [Development and Contributing](#development-and-contributing) |
| 51 | +* [Getting Help](#getting-help) |
51 | 52 |
|
52 | 53 | # Getting an API Key |
53 | 54 |
|
|
0 commit comments