We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Verified AI answers from your documents — or no answer at all.
pip install wauldo · PyPI · GitHub · Docs · Free API Key
pip install wauldo
from wauldo import HttpClient client = HttpClient(base_url="https://api.wauldo.com", api_key="YOUR_API_KEY") result = client.guard( text="Returns accepted within 60 days.", source_context="Our policy allows returns within 14 days.", ) print(result.verdict) # "rejected" print(result.claims[0].reason) # "numerical_mismatch"