DocsGuidesVerify Text
Guide: Verify Text Claims
A step-by-step developer tutorial showing how to verify text programmatically.
Verifying Statements
Whether you run content moderation tools on social media, comments sections, or chat spaces, you can easily implement automated verification.
Implementation Checklist
1. **Extract post content**: Grab comment or text elements. 2. **Send text via backend API client**: Make an HTTP POST call. 3. **Inspect the confidence score**: Filter or tag posts if confidence score exceeds `0.80`. 4. **Add Context cards**: Present verification sources to users on click.
