Caching & Dedup
Caching & Deduplication¶
Identical content verified within a 5-minute window returns the cached result instantly, no LLM call, no latency, no cost.
Info
Cached responses include "cached": true in the response body so you can distinguish them from fresh verifications.
How It Works¶
- Content is hashed with SHA-256 on arrival
- The hash is checked against a per-workspace Redis cache
- If a match is found within the 5-minute TTL, the cached result is returned with a fresh
verification_id - If no match, the full verification pipeline runs and the result is cached