LNES-05 · Certificate of Logical Consistency · Base L2
curl -X POST https://dt.portal.exergynet.org/intel/api/ghost-witness/audit \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_GW_API_KEY" \
-d '{
"conversation_id": "whatsapp-session-abc123",
"platform": "whatsapp",
"strip_pii": true,
"conversation": [
{"role": "agent", "content": "Our product costs $49.99 and ships in 2 days."},
{"role": "user", "content": "How long does shipping take?"},
{"role": "agent", "content": "Shipping takes 5-7 business days."}
]
}'