Docs
C# / .NET SDK
Use dotnet add package RelayPDF in C# / .NET 8 when you want async HttpClient helpers instead of raw HTTP. Request JSON field names match REST; methods are PascalCase. The package README is the full method and error reference.
The official .NET SDK uses HttpClient and System.Text.Json. Field names in request bodies match REST. Methods are async PascalCase.