S&P Global · Example Payload

Kensho Extract Get V3 Extractions Request Id Example

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

Kensho Extract Get V3 Extractions Request Id 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": "get-v3-extractions-request-id",
  "method": "GET",
  "path": "/v3/extractions/{request_id}",
  "summary": "",
  "request": {
    "body": null
  },
  "response": {
    "status": 200,
    "body": {
      "status": "success",
      "error": "string",
      "output": {
        "content_tree": {
          "uid": null,
          "type": null,
          "content": null,
          "children": null
        },
        "annotations": [
          null
        ]
      },
      "metadata": {}
    }
  }
}