Independent overview. Consult official documentation before implementation.
Integration overview

Jev API

The Jev API is built around application state, typed questions and probabilistic decisions. This page explains the integration pattern without inventing undocumented parameters.

The request pattern

Server-side keyState + questionsTyped resultsBusiness logic

Your server gathers relevant state, declares narrow questions, calls the current official endpoint and uses returned decisions within explicit code. Keep policy, thresholds and irreversible actions outside the model.

Protect the API key

Never include a private key in public HTML, browser JavaScript or a Git repository. Send requests through a trusted backend or edge function, use environment secrets, apply rate limits and log only the data your privacy policy permits.

Make questions atomic

When a judgment mixes several independent concerns, split it into smaller questions. Combine the returned signals with code so each condition can be evaluated, monitored and changed explicitly.

Production checklist

Use official documentation

API fields, authentication and availability change. TypeSafe AI is the source of truth.

Go to TypeSafe AI ↗