S&P Global · Example Payload

Kensho Nerd Api Annotations Async Get Example

Capital IQCommodity InsightsCredit RatingsDocument ExtractionESGFinancial DataIndex DataLLMMCPMarket IntelligenceMobilityNamed Entity RecognitionSpeech-to-Text

Kensho Nerd Api Annotations Async Get Example is an example object payload from S&P Global, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationmethodpathsummaryrequestresponse

Example Payload

Raw ↑
{
  "operation": "api-annotations-async-get",
  "method": "GET",
  "path": "/api/v1/annotations-async",
  "summary": "Get Annotations For The Specified Job ID",
  "request": {
    "body": null
  },
  "response": {
    "status": 200,
    "body": {
      "status": "success",
      "message": "OK",
      "request_id": "R1234",
      "results": [
        {
          "knowledge_base": "capiq",
          "annotations": [
            {
              "start_index": 0,
              "end_index": 6,
              "text": "Kensho",
              "ner_score": 0.99,
              "ned_score": 0.96,
              "ner_type": "ORG",
              "entity_label": "Kensho Technologies",
              "entity_type": "ORG",
              "entity_kb_id": "251994106"
            },
            {
              "start_index": 130,
              "end_index": 144,
              "text": "The LEGO Group",
              "ner_score": 0.89,
              "ned_score": 0.99,
              "ner_type": "ORG",
              "entity_label": "LEGO A/S",
              "entity_type": "ORG",
              "entity_kb_id": "701221"
            }
          ],
          "entity_relevance_scores": {
            "701221": 0.5,
            "251994106": 0.5
          }
        },
        {
          "knowledge_base": "wikimedia",
          "annotations": [
            {
              "start_index": 1000,
              "end_index": 1007,
              "text": "Nairobi",
              "ner_score": 1,
              "ned_score": 0.43,
              "ner_type": "LOC",
              "entity_label": "Nairobi",
              "entity_type": "CITY",
              "entity_kb_id": "3870"
            },
            {
              "start_index": 1201,
              "end_index": 1203,
              "text": "AU",
              "ner_score": 1,
              "ned_score": 0.43,
              "ner_type": "ORG",
              "entity_label": "African Union",
              "entity_type": "NGO",
              "entity_kb_id": "7159"
            }
          ],
          "entity_relevance_scores": {
            "3870": 0.5,
            "7159": 0.5
          }
        }
      ]
    }
  }
}

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/kensho-nerd-api-annotations-async-get-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.