S&P Global · Example Payload

Kensho Nerd Api Annotations Async Delete Example

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

Kensho Nerd Api Annotations Async Delete 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-delete",
  "method": "DELETE",
  "path": "/api/v1/annotations-async",
  "summary": "Delete Annotations For The Specified Job ID",
  "request": {
    "body": null
  },
  "response": {
    "status": 200,
    "body": {
      "message": "Job has been successfully deleted."
    }
  }
}