File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Deepgram Node.js SDK
22
3- ![ GitHub Workflow Status (branch) ] ( https://img.shields.io/github/workflow/status /deepgram/node-sdk/CI/main ) ![ npm (scoped)] ( https://img.shields.io/npm/v/@deepgram/sdk ) [ ![ Contributor Covenant] ( https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg?style=flat-rounded )] ( CODE_OF_CONDUCT.md )
3+ [ ![ CI ] ( https://github.com/deepgram/node-sdk/actions/workflows/CI.yml/badge.svg )] ( https://github.com /deepgram/node-sdk/actions/workflows/CI.yml ) [ ![ npm (scoped)] ( https://img.shields.io/npm/v/@deepgram/sdk )] ( https://www.npmjs.com/package /@deepgram/sdk) [ ![ Contributor Covenant] ( https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg?style=flat-rounded )] ( CODE_OF_CONDUCT.md )
44
55Official Node.js SDK for [ Deepgram] ( https://www.deepgram.com/ ) 's automated
66speech recognition APIs.
77
8+ > This SDK only supports the new beta Deepgram API.
9+
810To access the API you will need a Deepgram account. Sign up for free at
911[ signup] [ signup ] .
1012
@@ -29,10 +31,7 @@ yarn add @deepgram/sdk
2931``` js
3032const { Deepgram } = require (" @deepgram/sdk" );
3133
32- const deepgram = new Deepgram ({
33- apiKey: DEEPGRAM_API_KEY ,
34- apiUrl: CUSTOM_API_URL , // Optionally used for on-premises customers
35- });
34+ const deepgram = new Deepgram (DEEPGRAM_API_KEY );
3635```
3736
3837## Usage
You can’t perform that action at this time.
0 commit comments