cURL
curl --request GET \ --url https://api.trulayer.ai/v1/eval/compare \ --header 'Authorization: Bearer <token>'
{ "metric": "<string>", "baseline": { "avg_score": 123, "count": 123, "pass_rate": 123 }, "candidate": { "avg_score": 123, "count": 123, "pass_rate": 123 }, "delta": { "avg_score": 123, "pass_rate": 123 } }
Documentation IndexFetch the complete documentation index at: https://docs.trulayer.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.trulayer.ai/llms.txt
Use this file to discover all available pages before exploring further.
SDK API key (tl_...) or Clerk session JWT
tl_...
Comparison result
Show child attributes