WriteVerdict
## WriteVerdict – Database Write Safety API WriteVerdict is a defensive infrastructure API that determines whether a payload can be safely written to a database. Before any persistence happens, the API evaluates the exact data you are about to store and returns a clear verdict: - **ALLOW** – safe to write - **ALLOW_WITH_WARNING** – writable, but concerns exist - **BLOCK** – should not be written…
WriteVerdict endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Get Verdict /verdict |
Evaluate if a payload can be safely written to database |