← Back to Docs

Go SDK

The OpenGuardian Go SDK is built for high-concurrency verification workloads. Install it via go get github.com/openguardian/sdk-go.

Create a client with your API key and call client.Verify(ctx, email) for single verification. The SDK leverages Go routines for concurrent bulk verification.

The client supports connection pooling, automatic retries with backoff, and context-based cancellation — suitable for high-throughput verification pipelines.