Evals · Example Payload

Evals Eval Suite Example

End-to-end evaluation of the customer-support RAG pipeline across 240 representative questions, scored on faithfulness, answer relevancy, context recall, and pass@threshold helpfulness.

ragproductionsupport

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

Top-level fields

idnamedescriptionversiondataset_idscorerspolicytagscreatedmodified

Example Payload

evals-eval-suite-example.json Raw ↑
{
  "id": "suite_rag_faq_v3",
  "name": "Support FAQ RAG Suite",
  "description": "End-to-end evaluation of the customer-support RAG pipeline across 240 representative questions, scored on faithfulness, answer relevancy, context recall, and pass@threshold helpfulness.",
  "version": "3.2.0",
  "dataset_id": "ds_support_faq_2026q2",
  "scorers": [
    {
      "id": "scorer_faithfulness_v2",
      "name": "faithfulness",
      "type": "llm_judge",
      "threshold": 0.8
    },
    {
      "id": "scorer_answer_relevancy_v1",
      "name": "answer_relevancy",
      "type": "llm_judge",
      "threshold": 0.75
    },
    {
      "id": "scorer_context_recall_v1",
      "name": "context_recall",
      "type": "reference_based",
      "threshold": 0.7
    },
    {
      "id": "scorer_helpfulness_human_v1",
      "name": "helpfulness_human",
      "type": "human",
      "threshold": 0.8
    }
  ],
  "policy": {
    "aggregation": "mean",
    "fail_on_threshold": true
  },
  "tags": ["rag", "production", "support"],
  "created": "2026-04-01T00:00:00Z",
  "modified": "2026-05-15T11:24:00Z"
}

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-eval-suite-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.