Test the API. Right here.
Pick an endpoint, edit the JSON, send. You see the exact status, latency, quota headers and response the API returns, plus the same request as curl, JavaScript or Python. Requests use the key saved in this browser unless you paste another.
endpoint
authorization
body · json · valid
POST /api/v1/evaluate · 304 bytes
curl -X POST https://jeval.dev/api/v1/evaluate \
-H 'content-type: application/json' \
-d '{"evaluators":["chunk_support"],"output":"Jev is billed per input token at $0.042 per million; output tokens are free.","context":["Price: $42 per billion input tokens. Output tokens are free.","Founded in 2024.","Output billed at $8/M on the legacy v0 endpoint."]}'response
send a request to see the response here