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 · 376 bytes
curl -X POST https://jeval.dev/api/v1/evaluate \
-H 'content-type: application/json' \
-d '{"evaluators":["llm_judge"],"input":"Write a one-paragraph product description for a stainless water bottle.","output":"Stay refreshed all day! Cold for 24 hours, hot for 12, leak-proof and dishwasher safe. Grab yours now!","criteria":"One paragraph, mentions insulation, mentions leak-proofing, mentions a convenience feature, no exclamation marks."}'response
send a request to see the response here