You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
Live transcription
deepgram.transcription.live now manages a websocket connection to Deepgram's API
for live transcription
Projects
deepgram.projects allows listing projects or getting a specific project from
your Deepgram account
Updated
Pre-recorded transcription
deepgram.batch has been moved to deepgram.transcription.preRecorded
Type of source parameter of pre-recorded transcriptions has changed. You can now
send one of two types of objects: { url: YOUR_FILES_URL } or { buffer: BUFFER_OF_YOUR_FILE, mimetype: FILES_MIME_TYPE }
API Key management
All deepgram.keys methods now require a projectId.
deepgram.keys.create now requires an additional parameter scopes. This is a
string array specifying the scopes available to the newly created API key