SDKs & Libraries
Official SDKs and tools for integrating Verity into your application
Build with Verity using our official SDKs for popular languages and platforms.
Server-Side SDKs
Python
Idiomatic Python SDK with type hints and httpx. Perfect for data science and backend services.
TypeScript/Node.js
Full TypeScript support with native fetch. Works in Node.js, browser, and edge runtimes.
.NET
C# SDK for .NET Standard 2.0+. Async/await patterns with full IntelliSense support.
Command Line
Community SDKs
Don't see your language? We'd love your help building a community SDK. Check out our OpenAPI spec to get started.
Features
All official SDKs include:
- Full API Coverage - All endpoints, parameters, and response types
- Type Safety - Complete type definitions and IntelliSense support
- Error Handling - Structured errors with helpful messages
- Automatic Retries - Built-in exponential backoff for transient failures
- Modern Async - Promise/async/await patterns throughout
- Well Documented - Comprehensive guides and code examples
Installation Quick Links
pip install verity-pythonnpm install verity-api# Download binary from releases
# or install with go
go install github.com/tylerbryy/verity-cli@latestdotnet add package Verity.SDKNeed Help?
- API Reference: All Endpoints
- Authentication: API Keys
- Support: support@verity.backworkai.com
- GitHub: Report an issue