Runnable code examples for integrating the AXIMUR Claim Verification API.
Start API Access — $49/moexport AXIMUR_API_KEY=your_api_key_here
# Set your API key
export AXIMUR_API_KEY=your_api_key_here
# Run an example
cd examples/python
python basic_verify.py
Verify that AI-generated answers are supported by retrieved documents. Use the rag_answer_guardrail.py example to integrate verification into your RAG pipeline.
Verify claims before an agent takes irreversible actions (posting, submitting, spending). Use the pre_action_guardrail.mjs example to implement guardrails.
Detect when AI systems make unsupported claims. All examples show how to branch on SUPPORTED, UNSUPPORTED, and UNCERTAIN verdicts.
Build QA systems that provide evidence-backed answers. Use the basic examples to understand the API response structure.
All examples show how to handle the three possible verdicts:
POST https://api.aximur.com/v1/verify