API · Early access
Verify
at scale.
Bring document verification and signed receipts into your workflows and products.
- Check claims against stored sources
- Retrieve signed receipts
- Build into your own tools
Illustrative request
POST /v1/verify
{
"document": "...",
"sources": ["..."],
"profile": "Standard"
}
Anonymized demo response
{
"status": "PASS",
"facts_in_scope": 41,
"facts_bound": 41,
"receipt_id": "a1b2c3d4"
}Illustrative request. Response figures come from the labeled demo receipt.
Explore the API →