S&P Global · Example Payload

Kensho Extract Get V3 Extractions Download Url Request Id Example

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

Kensho Extract Get V3 Extractions Download Url 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-download-url-request-id",
  "method": "GET",
  "path": "/v3/extractions/download-url/{request_id}",
  "summary": "Retrieve The Extracted Document's Download URL",
  "request": {
    "body": null
  },
  "response": {
    "status": 200,
    "body": {
      "status": "success",
      "error": "string",
      "output_url": "string",
      "metadata": {}
    }
  }
}