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. If you’re joining an existing organization, your administrator must enable Studio access for your account. Reach out to them or support@reducto.ai if you need assistance.


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.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.

Run the pipeline
Hit Run. Once the pipeline is done, the Results tab will contain the 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.

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.
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.

