Skip to main content
Studio is a browser-based interface for building document processing pipelines. You configure parsing, extraction, and editing visually, test on real documents, then deploy to get a Pipeline ID you can call from code. Studio also allows you to create API keys, manage your account, and more.
If you just want an API Key, visit your account’s API Keys page to create and manage your keys. Follow our API quickstart here.
This guide walks you through your first structured extraction from a document of your choice.

1. Visit Studio

Sign-up or log-in at studio.reducto.ai. If you’re the first to sign-up from your organization, you’ll be asked to create and set a name for the organization. You should then land in Studio, where you can explore demo pipelines or create your own.
Studio Empty State

2. Create an Extract Pipeline

The goal here is to upload a document and see the structured output Reducto produces. Extract reads your document, and extracts the data you want in a schema shape you define.
1

Create a new pipeline

Click Create pipeline, and select Extract.
Create Pipeline
2

Upload a document

Drag and drop a file or upload directly.
Upload File
3

Generate a JSON schema

Hit Generate and then choose between Fast and Enhanced mode. You can use natural language to describe what type of data you want to extract from your document.Reducto will automatically create a well formed schema for you. Alternatively, you can manually configure your schema by building one in the schema builder directly.
Generate Schema
4

Run the pipeline

Hit Run. Once the pipeline is done, the Results tab will contain the Extract results.
Extract Results
Review results and compare them to your original document. If you enable citations, bounding boxes will appear on the original document, linking them to where the data was extracted from.While most customers find value from our default configurations, you may need to adjust yours depending on your documents, schema, and goals. See details here on our endpoint configurations.

3. Create an API Key

Once you’re ready to move into production, go back to the homepage and hit API Keys. Here you’ll be able to create, manage, and edit your account’s API keys.
Api Keys
Once you have an API key, deploying your new pipeline into production is easy. In any pipeline, hit Deploy to get a small code snippet, easily copyable into your workflow. Congrats, you’ve just created your first pipeline! 🎉

Next steps

API Quickstart

Learn how to use Reducto’s SDKs to call your pipelines in production.

Extract Pipeline

Define JSON schemas to pull structured data from documents, with automatic field detection and confidence scoring.

Reducto CLI Quickstart

Learn how to use Reducto’s CLI to easily let agents use our endpoints.

Deploy to Production

Learn how to Deploy your pipeline with a Pipeline ID.