Getting Deepgram .net SDK working with a local deepgram instance #1111
Replies: 4 comments 2 replies
-
Thanks for asking your question. Please be sure to reply with as much detail as possible so the community can assist you efficiently. |
Beta Was this translation helpful? Give feedback.
-
Hey there! It looks like you haven't connected your GitHub account to your Deepgram account. You can do this at https://community.deepgram.com - being verified through this process will allow our team to help you in a much more streamlined fashion. |
Beta Was this translation helpful? Give feedback.
-
It looks like we're missing some important information to help debug your issue. Would you mind providing us with the following details in a reply?
|
Beta Was this translation helpful? Give feedback.
-
Hi @brian-merton-max, it sounds like you are using Deepgram self-hosted, is that right? If so, please see our doc section on using the .NET SDK with self-hosted. API keys are not actually used by self-hosted deployments at the request level (only as authorization to bring up the deployment), but the SDKs have certain structures that still need to be abided by. If that doesn't work, please share the full error that the .NET SDK is raising for you, and I'll investigate further. |
Beta Was this translation helpful? Give feedback.
-
Hi
I would appreciate any help or tips on how to get the latest .net sdk: https://github.com/deepgram/deepgram-dotnet-sdk working with a local deepgram instance we have running.
We are currently using a vanilla httpclient to send transcription requests from call recordings to the self hosted instance, however as part of making sure we're staying up to date with the latest changes and also having tighter coupling, we're looking to change the code to use the sdk.
I can happily use the sdk to send call recordings to the cloud version fine, but everytime I try to use the CreateListenRESTClient class I'm getting Deepgram API Key is invalid, even though this is the same key we're using with the vanilla httpclient.
Any help, greatly appreciated
Thanks
Brian
Beta Was this translation helpful? Give feedback.
All reactions