Modern .NET SDK for PlayHT generated from the provider's OpenAPI definition with AutoSDK.
Built from a focused OpenAPI definition derived from PlayAI / PlayHT's published API documentation so the SDK stays close to the upstream API surface.
Designed for fast regeneration and low-friction updates when the upstream API changes without breaking compatibility.
Targets current .NET practices including nullability, trimming, NativeAOT awareness, and source-generated serialization.
using PlayHT;
using var client = new PlayHTClient(
apiKey: apiKey,
userId: userId);Open an issue in tryAGI/PlayHT.
Use GitHub Discussions for design questions and usage help.
Join the tryAGI Discord for broader discussion across SDKs.
This project is supported by JetBrains through the Open Source Support Program.
