Skip to content
Merged
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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ You can learn more about the Deepgram API at [developers.deepgram.com](https://d
```sh
pip install deepgram-sdk
```

# Examples

To quickly get started with examples for prerecorded and streaming, run the files in the example folder. See the README in that folder for more information on getting started.
Expand Down Expand Up @@ -454,6 +455,7 @@ response = await deepgram.members.remove_member(PROJECT_ID, MEMBER_ID)
message: string;
}
```

# Scopes

The `deepgram.scopes` object provides access to the scopes endpoints of the Deepgram API. Each request is project based and will require a `project_id`.
Expand Down