Evals · Example Payload

Evals Scorer Example

Measures whether the answer is grounded in the retrieved context (RAG faithfulness). Implemented as an LLM-as-a-judge call against a strict rubric.

raggroundednessfaithfulness

Evals Scorer Example is an example object payload from Evals, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamedescriptiontypeimplementationjudge_modeljudge_promptscalethresholdrubrictags

Example Payload

evals-scorer-example.json Raw ↑
{
  "id": "scorer_faithfulness_v2",
  "name": "faithfulness",
  "description": "Measures whether the answer is grounded in the retrieved context (RAG faithfulness). Implemented as an LLM-as-a-judge call against a strict rubric.",
  "type": "llm_judge",
  "implementation": "judge:judge_groundedness_v1",
  "judge_model": "gpt-5",
  "judge_prompt": "Score how well the answer is grounded in the retrieved context on a 0.0-1.0 scale. Penalize unsupported claims.",
  "scale": {
    "min": 0,
    "max": 1,
    "step": 0.01,
    "kind": "continuous"
  },
  "threshold": 0.8,
  "rubric": "1.0 = every claim supported. 0.5 = mostly supported with minor invented additions. 0.0 = contradicts or invents content.",
  "tags": ["rag", "groundedness", "faithfulness"]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/evals-scorer-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.