Documentation Index
Fetch the complete documentation index at: https://mintlify.com/reductoai/reducto-python-sdk/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The Reducto Python SDK supports multiple environments to serve different geographic regions. You can specify which environment to use when initializing the client.Available Environments
The SDK supports the following environments:Production
Default US production environment
EU
European Union region
AU
Australia region
Configuration
Setting the Environment
Specify the environment using theenvironment parameter when initializing the client:
Environment Options
The API environment to use. Valid values are:
"production"- US production environment (default)"eu"- European Union region"au"- Australia region
Examples
Production (Default)
European Union
Australia
Async Client
The async client supports the same environment configuration:Choose the environment closest to your geographic location for optimal performance and latency.