Skip to content

Construct a SonioxClient

Basic example showing how to create an authenticated Soniox client. The SONIOX_API_KEY environment variable holds the API key issued by the Soniox Console.

This example assumes using Soniox; is in scope and apiKey contains your Soniox API key.

1
using var client = new SonioxClient(apiKey);