cURL
curl --request POST \ --url https://api.trulayer.ai/v1/eval \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "trace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "evaluator_type": "llm", "metric_name": "<string>", "config": { "provider": "anthropic", "model": "<string>", "model_tier": "cheap", "preset": "<string>", "prompt": "<string>" } } '
{ "eval_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "pending" }
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_...
llm
rule
Evaluator-specific configuration. Free-form for forward compatibility; recognised keys are documented below. Unknown keys are ignored.
Show child attributes
Eval queued
pending
running
complete
failed