S&P Global · Example Payload

Kensho Extract Post V3 Extractions Example

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

Kensho Extract Post V3 Extractions 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": "post-v3-extractions",
  "method": "POST",
  "path": "/v3/extractions",
  "summary": "",
  "request": {
    "body": {
      "file": "string",
      "document_type": "string",
      "ocr": "string",
      "enhanced_table_extraction": "string",
      "figure_extraction": "string",
      "include_images": "string",
      "include_relations": "string",
      "document_id": "string",
      "priority": "low",
      "pages": "string",
      "return_absolute_pdf_page_numbers": false,
      "output_format": "string"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "request_id": "00000000-0000-0000-0000-000000000000"
    }
  }
}