S&P Global · Example Payload

Kensho Nerd Api Annotations Async Put Example

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

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