Skip to content

v1.0.0

Compare
Choose a tag to compare
@michaeljolley michaeljolley released this 08 Jul 02:33
· 326 commits to main since this release
3e307c1

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