Skip to main content
One endpoint per decision: POST https://api.branchpilot.ai/v1/decide/{slug}. The full contract is in the API reference.

Request

  • input — the payload your decision expects: an object matching the declared fields, or free text.
  • options.version — optional; run this version instead of the live one.
  • options.engine — optional; "jev" or "llm" to force an engine for this call.

Response

Timeouts

Give your HTTP client at least 10 seconds: a decision through Jev usually completes under one second, but a fallback after a Jev timeout can take a few seconds.