Skip to main content
Official Python SDK for Relaybase.

GitHub Repository

Source, issues, and releases for the Relaybase Python SDK.

Requirements

  • Python >= 3.8
  • No external dependencies

Installation

Authentication

Get your API key from the Relaybase dashboard and pass it to the constructor:

Usage

Verification modes

See Validation Results for how these map to the API’s mode field.

Response fields

verify_single() returns a result object with:

Error handling

Errors from the API are raised as RelaybaseAPIError:

Roadmap

Bulk validation support for validating multiple emails in a single call is in progress and will be added in a future release.