← Back to Docs
Python SDK
The OpenGuardian Python SDK offers a clean, idiomatic client for the verification API. Install it via pip install openguardian.
Initialize the client with your API key and call client.verify(email). The response is a typed VerificationResult object with verdict, score, and per-check details.
The SDK supports async/await with async def verify, bulk CSV verification, and webhook signature validation out of the box.