VerityVerity

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

Command Line

Community SDKs

Don't see your language? We'd love your help building a community SDK. Check out the API reference 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
pip install verity-python

View Python Docs →

npm install verity-api

View TypeScript Docs →

git clone https://github.com/backworkai/verity-ruby.git
cd verity-ruby
bundle install

View Ruby Docs →

git clone https://github.com/backworkai/verity-cli.git
cd verity-cli
go mod tidy
go build -o verity .
sudo mv verity /usr/local/bin/

View Go Docs →

dotnet add package Verity.SDK

View .NET Docs →

Need Help?

Last updated on

On this page