Reducto · Example Payload

Reducto Parse Request

Document ParsingPDFOCRData ExtractionAIMachine LearningDocument IntelligenceStructured Data

Reducto Parse Request is an example object payload from Reducto, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

document_urloptions

Example Payload

Raw ↑
{
  "document_url": "https://example.com/contract.pdf",
  "options": {
    "chunking": {
      "chunk_mode": "variable",
      "chunk_size": 512
    },
    "figures": {
      "figure_mode": "description"
    },
    "table_output_format": "md"
  }
}