Get Started
Quickstart
While Reducto has a lot of capabilities, the most basic workflow is uploading a document and getting the parsed output for it. The easiest way to access our APIs is through our SDKs, available in Python and Node.js/Javascript.
Python SDK
Reducto for Python, our most popular option.
Node.js SDK
Reducto for Javascript and Node.js.
Need help finding your API Key? Find them in your account under “API Keys” at app.reducto.ai.
Using the Reducto SDKs
1
Install the SDK
2
Parse a Document
3
[Optional] Parsing with Configurations
Reducto’s APIs offer a wide range of configurations that customize for your use case. Check out our API Reference or “Configurations” section for more.
Using the REST API Endpoint
All endpoints have an API playground you can explore and use to get sample code.