Python SDK
Most popular — works anywhere Python runs.
Node.js SDK
For JavaScript & Node.js environments.
Need help finding your API Key? Find them in your Studio account under “API Keys”.
Method 1: use the Reducto SDKs
1
Install the SDK
2
Parse a Document
If no configuration is provided, the Parse endpoint runs with the default settings. In most cases, this will work as is. For complex documents, refer to our best practices guide.
3
Add custom configurations
Reducto’s APIs offer a wide range of configurations that customize for your use case. Check out our API Reference or the Configurations section for more.
result
. Learn to understand the result JSON format in the response format guide.
Method 2: use the REST API endpoint
No SDK? Use cURL, Pythonrequests
, or fetch
. All endpoints have an API playground you can explore and use to get sample code.
Next steps
- Experiment with documents in Studio to test out different configurations.
- Build end-to-end pipelines with Upload → Parse → Extract.