Integration

API Reference

HTTP API reference for real-time AI security checks and structure verification.

The Exogram API allows any application to verify AI payloads over HTTP. All endpoints require a valid Bearer token.

POST /v1/verify/schema

bash
curl -X POST https://api.exogram.ai/v1/verify/schema \
  -H "Authorization: Bearer EXO_KEY" \
  -d '{"payload": "{...}", "schema_id": "usr_abc123"}'

Returns a 200 OK with `valid: true` or a 400 Bad Request detailing the structural drift.

EAAP Protocol v1.0Verified Architecture