JEVAL
console // send real requests // ⌘↵ to send

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 · 398 bytes
curl -X POST https://jeval.dev/api/v1/evaluate \
  -H 'content-type: application/json' \
  -d '{"evaluators":["conversation_relevance"],"conversation":["user: How long do refunds take?","assistant: Refunds are issued within 5–7 business days after we receive the returned item.","user: Can you put that in JSON with a single `summary` field?"],"output":"{\"summary\": \"Refunds are issued within 5-7 business days after we receive the returned item.\"}"}'
response
send a request to see the response here