Submit an evaluation
POST/evaluate
Enqueue an asynchronous governance evaluation for one or more scenarios.
Returns immediately with an evaluation_id and a single-use result_token.
Batches are capped at 1–10 scenarios per call. For larger batches, split across calls.
Request
Responses
- 200
- 400
- 401
- 403
- 413
- 429
- 500
- 503
Evaluation accepted.
Malformed request.
Missing or invalid Authorization header or API key.
Auth succeeded but the action is not permitted.
Reduce payload size below 10 MB.
Rate limit exceeded. Honor Retry-After. Defaults: 60 RPM / 1000 RPH per key.
Response Headers
Retry-After
Seconds to wait before retrying.
X-RateLimit-Limit
X-RateLimit-Remaining
X-RateLimit-Reset
Internal server error.
Public API is disabled by an emergency kill-switch.