JEV API

Classification,
routing and scoring.

Put Jev's typed decisions inside your product. Ask up to 64 questions in one request and receive structured answers with probabilities.

One endpoint. Three question types.

Send plain text or JSON to /api/v1/systemone. Use Yes/No, Choice, and Score questions in the same request. Keep your API key on the server and validate the returned answer object before taking an action.

cURL
curl https://ai-jev.pro/api/v1/systemone \
  -H "Authorization: Bearer $JEV_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"state":"...", "questions":{"is_relevant":{"type":"noul","instructions":"Is this relevant?"}}}'

Request limits and errors

64 questions

Group related decisions in one request.

256 KB state

Send a document or a JSON state object.

401 / 402 / 429

Auth, balance, and rate-limit failures are explicit.

Models

jev-latest

Stable production model.

jev-preview

Latest preview capabilities.

jev-1.13.0

Version-pinned requests.