Search Modaic documentation

Find a Modaic guide or API reference

ReferenceAPIdecisions

SystemOne alias

This route is an alias for POST /v1/decision. It uses the same request and response fields, Modaic authentication, permissions, and error format. Only the route name changes.

POST/v1/systemone

Authorization

Authorizationstringrequired

Send a Modaic bearer token in the Authorization header.

Parameters

Idempotency-Keystring

Optional key between 8 and 255 characters. Reuse it when retrying this exact request. Without a key, each call is a new request.

stateany JSON valuerequired

The state to evaluate.

modelstringrequired

A supported base model or accessible repository path, such as acme/support-triage.

questionsRecord<string, Question>

Required for base models; optional for repository models. Supports the same noul, choice, and score questions as the decision route, including empty question IDs, optional JSON instructions, and structured criteria.

Repository calls also accept revision, example_id, and capture. See the decision reference for all parameters and response fields.

Was this page helpful?