Skip to main content
Every Reducto endpoint exposes configuration options that control how documents are processed. This section covers all available configurations, from Parse formatting and retrieval settings through extraction schemas and workflow orchestration.

Configuration by Endpoint

Parse converts documents into structured content. Options are grouped by purpose:

Common Patterns

Variable chunking with embedding optimization for vector search:
r-1 handles general-purpose accuracy improvements natively. Add a scoped custom prompt when your workflow needs use-case-specific instructions:
Deep Extract with source locations for long or complex documents (higher cost/latency):

Migrating to r-1

r-1 is currently in preview and is the default for all new Parse pipelines. Existing pipelines can continue using legacy Parse or choose to migrate. Review r-1 configuration compatibility before moving an existing pipeline to r-1.

Migrating from v2

If you’re using the legacy configuration format, use this converter to transform your v2 config to v3: See the Migration Guide for complete mapping tables and examples.