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 asRelaybaseAPIError: