JEVLINK / JUDGMENT TERMINAL[ JEV · BETA ]
Judgment, in action.
Ask your question. Bring your context.
Inspect the answer. Verify the receipt.
judgment_oracle.exeJEV / LIVE INFERENCE
OUTPUT / READY
Ask freely. Judge precisely.
See the answer, its probability and the measured response time. Verify the original result.
LIVE MODEL OUTPUT · SIGNED RECORDJev → JevLink · Direct APIREAL INFERENCE
Use the same API in your application
Send your question and context as prompt. Add optional answer choices for routing or comparisons. The API returns real Jev output inside a signed receipt.
const response = await fetch('https://jevlink.xyz/api/judgments', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
mode: 'freeform',
prompt: 'Does this order qualify for a refund? Policy: unused items within 30 days. Order: unopened, delivered 12 days ago.'
})
});
const { receipt, error } = await response.json();
if (!response.ok) throw new Error(error);
// Verify and decode receipt.payload to read answers and labels.
// GET /api/receipts/{id} — retrieve the saved receipt
// GET /api/receipt-key?keyId={keyId} — verification keyCall from your server. Beta limits: 5 calls per minute per client, 200 per UTC day across the site. Existing announcement and direction integrations remain available.
API reference, examples & verification ↗Explore illustrative feed concepts
These five feed concepts use sample data. The judgment console above makes real Jev calls.
judgment_feeds.exeDEMO SNAPSHOT
Sample data / not connected to a live oracleREAD ONLY