S&P Global · Example Payload

Kensho Nerd Api Annotations Async Post Example

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

Kensho Nerd Api Annotations Async Post 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-post",
  "method": "POST",
  "path": "/api/v1/annotations-async",
  "summary": "Start A NERD Annotation Job",
  "request": {
    "body": null
  },
  "response": {
    "status": 200,
    "body": {
      "job_id": "J1234",
      "request_id": "R1234"
    }
  }
}