Credits are the billing unit for Reducto API usage. This page explains how credits are calculated for each endpoint and document type.Documentation Index
Fetch the complete documentation index at: https://docs.reducto.ai/llms.txt
Use this file to discover all available pages before exploring further.
Parse Endpoint
Documents and Images
Supported formats: PDF, DOCX, DOC, PPTX, PPT, PNG, JPEG, GIF, TIFF, HEIC, and more.| Processing Type | Credits/Page | When Applied |
|---|---|---|
| Standard | 1 | Text, layout, simple tables, OCR |
| Complex | 2 | VLM-enhanced pages (complex tables, key-value regions, figures with summarization) |
| Agentic - Standard | 2 | Agentic mode enabled on simple pages |
| Agentic - Complex | 4 | Agentic mode enabled on complex pages |
| Advanced chart agent | +4 | Per chart when advanced_chart_agent: true |
Reducto automatically classifies page complexity. You don’t choose “standard” vs “complex”. Complexity is determined by the content.
- Tables with merged cells or nested headers
- Key-value form regions
- Figures when
summarize_figures: true(default)
Spreadsheets
Supported formats: XLSX, XLS, CSV, XLSM| Clustering Mode | Credits | Description |
|---|---|---|
| Accurate (default) | 1 per 1,000 cells | Intelligent table detection |
| Fast | 1 per 5,000 cells | Basic clustering |
| Disabled | 1 per 5,000 cells | Single table output |
Text Files
Supported formats: HTML, TXT, RTF| Format | Credits/Page |
|---|---|
| Text formats | 0.5 |
Extract Endpoint
| Mode | Credits | Notes |
|---|---|---|
| Standard | 2 per page | Schema-based extraction |
| Deep Extract (Beta) | 4 per page + 0.1 per field extracted, minimum of 30 credits per document* | Agentic loop for near-perfect accuracy |
*Beta pricing, subject to change.
Split Endpoint
| Mode | Credits/Page |
|---|---|
| Standard | 2 |
jobid:// to avoid double-charging.
Classify Endpoint
| Mode | Credits/Page | Notes |
|---|---|---|
| Standard | 0.5 | Per page of context used |
Edit Endpoint
| Mode | Credits/Page | Notes |
|---|---|---|
| Beta | 4 | Subject to change |
Pipeline Endpoint
Pipelines combine multiple operations. Credits are the sum of all operations in the pipeline:Credit Optimization Tips
1. Reuse Parse Results
Parse once, then run multiple Extract or Split calls using the job ID:2. Disable Agentic Mode When Not Needed
Agentic mode doubles credit usage. Only enable it for:- Handwritten content
- Low-quality scans
- Complex tables that parse incorrectly
3. Use Page Ranges
Process only the pages you need:4. Choose Appropriate Spreadsheet Clustering
For large spreadsheets where you don’t need intelligent table detection:Monitoring Usage
Track your credit usage in Reducto Studio:- Usage dashboard: View credits consumed over time
- Job logs: See credits charged per job
- Usage alerts: Set threshold notifications
Related
Rate Limits
Request limits and optimization.
Chaining Endpoints
Reuse parse results to save credits.