Weavz
Reducto

Reducto

Agentic document parsing API for OCR, layout, tables, figures, chunks, and job results.

4 tools

Tools

Name
parse_document

Synchronously parse a document into structured chunks, blocks, OCR metadata, and optional images.

start_parse_job

Start an asynchronous Reducto parse job for larger documents.

get_job

Retrieve an asynchronous Reducto job status and result.

list_jobs

List recent Reducto jobs with cursor pagination.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('reducto', 'parse_document', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'reducto',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Reducto to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Reducto support?

Reducto supports 4 tools including Parse Document, Start Parse Job, Get Job, List Jobs.

Can I use Reducto with AI agents?

Yes. Add Reducto to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Reducto be used in stateful agent workflows?

Yes. Agents can combine Reducto tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Reducto use?

Reducto uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Reducto integration cost?

The Reducto integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

Connect Reducto in minutes

Get 20,000 free action executions every month. No credit card required.