Verifies an AI response against its original intent signature via Bharat-Shield
Documentation Index
Fetch the complete documentation index at: https://docs.aethercitadel.cloud/llms.txt
Use this file to discover all available pages before exploring further.
ack_live_...)intent_hash returned by /v1/intent/generate. Must be in the format sha256:<64 hex chars>.ScaleResponse object from your AI service.true if Bharat-Shield approved the response. false if blocked.cleared is false, the block reason. See block reasons.cleared is true. Serve this to the user.| Status | Error | Meaning |
|---|---|---|
400 | intent hash must start with 'sha256:' | Invalid hash format |
400 | intent hash has invalid length | Hash is not 64 hex chars |
401 | invalid or missing X-Citadel-Key | Bad or missing API key |