C# SDK Reference
Installation
You can find the AssemblyAI
C# SDK on NuGet.
Add the latest version using the .NET CLI:
Then, create an AssemblyAIClient with your API key:
You can now use the client
object to interact with the AssemblyAI API.
Add the AssemblyAIClient to the dependency injection container
The AssemblyAI SDK has built-in support for default .NET dependency injection container.
Add the AssemblyAIClient
to the service collection like this:
By default, the AssemblyAIClient
loads it configuration from the AssemblyAI
section from the .NET configuration.
You can also configure the AssemblyAIClient
other ways using the AddAssemblyAIClient
overloads.