From 78baf141f4ed0e6a09b78549a84abb883e28a210 Mon Sep 17 00:00:00 2001 From: John Vajda Date: Wed, 23 Aug 2023 13:03:37 -0600 Subject: [PATCH] updates readme with tagline --- README.md | 97 +++++++++++++++++++++++++++---------------------------- 1 file changed, 47 insertions(+), 50 deletions(-) diff --git a/README.md b/README.md index 6208bcd7..9a5788e9 100644 --- a/README.md +++ b/README.md @@ -1,58 +1,55 @@ # Deepgram Go SDK -Community Go SDK for [Deepgram](https://www.deepgram.com/). Start building with our powerful transcription & speech understanding API. +Community Go SDK for [Deepgram](https://www.deepgram.com/). Power your apps with world-class speech and Language AI models. > This SDK only supports hosted usage of api.deepgram.com. -- [Getting an API Key](#getting-an-api-key) -- [Documentation](#documentation) -- [Installation](#installation) -- [Requirements](#requirements) -- [Configuration](#configuration) -- [Transcription](#transcription) - - [Remote Files](#remote-files) - - [UrlSource](#urlsource) - - [Local Files](#local-files) - - [ReadStreamSource](#readstreamsource) - - [PrerecordedTranscriptionOptions](#prerecordedtranscriptionoptions) - - [Generating Captions](#generating-captions) - - [Live Audio](#live-audio) - - [LiveTranscriptionOptions](#livetranscriptionoptions) -- [Projects](#projects) - - [Get Projects](#get-projects) - - [Get Project](#get-project) - - [Update Project](#update-project) - - [Delete Project](#delete-project) -- [Keys](#keys) - - [List Keys](#list-keys) - - [Get Key](#get-key) - - [Create Key](#create-key) - - [Delete Key](#delete-key) -- [Members](#members) - - [Get Members](#get-members) - - [Remove Member](#remove-member) -- [Scopes](#scopes) - - [Get Member Scopes](#get-member-scopes) - - [Update Scope](#update-scope) -- [Invitations](#invitations) - - [List Invites](#list-invites) - - [Send Invite](#send-invite) - - [Delete Invite](#delete-invite) - - [Leave Project](#leave-project) -- [Usage](#usage) - - [Get All Requests](#get-all-requests) - - [ListAllRequestOptions](#listallrequestoptions) - - [Get Request](#get-request) - - [Summarize Usage](#summarize-usage) - - [GetUsageSummaryOptions](#getusagesummaryoptions) - - [Get Fields](#get-fields) - - [GetUsageFieldsOptions](#getusagefieldsoptions) -- [Billing](#billing) - - [Get All Balances](#get-all-balances) - - [Get Balance](#get-balance) -- [Logging](#Logging) -- [Development and Contributing](#development-and-contributing) -- [Getting Help](#getting-help) +* [Deepgram Go SDK](#deepgram-go-sdk) +* [Getting an API Key](#getting-an-api-key) +* [Documentation](#documentation) +* [Installation](#installation) +* [Requirements](#requirements) +* [Configuration](#configuration) +* [Transcription](#transcription) + * [Remote Files](#remote-files) + * [UrlSource](#urlsource) + * [Local files](#local-files) + * [ReadStreamSource](#readstreamsource) + * [PrerecordedTranscriptionOptions](#prerecordedtranscriptionoptions) +* [Generating Captions](#generating-captions) + * [Live Audio](#live-audio) + * [LiveTranscriptionOptions](#livetranscriptionoptions) +* [Projects](#projects) + * [Get Projects](#get-projects) + * [Get Project](#get-project) + * [Update Project](#update-project) + * [Delete Project](#delete-project) +* [Keys](#keys) + * [List Keys](#list-keys) + * [Get Key](#get-key) + * [Create Key](#create-key) + * [Delete Key](#delete-key) +* [Members](#members) + * [Get Members](#get-members) + * [Remove Member](#remove-member) +* [Scopes](#scopes) + * [Get Member Scopes](#get-member-scopes) + * [Update Scope](#update-scope) +* [Invitations](#invitations) + * [List Invites](#list-invites) + * [Send Invite](#send-invite) + * [Delete Invite](#delete-invite) + * [Leave Project](#leave-project) +* [Usage](#usage) + * [Get All Requests](#get-all-requests) + * [UsageRequestListOptions](#usagerequestlistoptions) + * [Get Request](#get-request) + * [Summarize Usage](#summarize-usage) + * [UsageOptions](#usageoptions) + * [Get Fields](#get-fields) + * [GetUsageFieldsOptions](#getusagefieldsoptions) + * [Development and Contributing](#development-and-contributing) + * [Getting Help](#getting-help) # Getting an API Key