Reducto · Example Payload

Reducto Split Request

Document ParsingPDFOCRData ExtractionAIMachine LearningDocument IntelligenceStructured Data

Reducto Split 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_urlsplit_rules

Example Payload

Raw ↑
{
  "document_url": "https://example.com/multi-document.pdf",
  "split_rules": [
    {
      "category_name": "Invoice",
      "description": "A financial invoice document",
      "partition_key": "vendor_name"
    },
    {
      "category_name": "Contract",
      "description": "A legal contract or agreement"
    }
  ]
}