API Keys

You must be an Owner in your organization to create and manage API keys.
- Click Create new API key
- Give it a descriptive name (e.g., âproductionâ, âstagingâ, âlocal-devâ)
- Copy the key immediately, you wonât be able to see it again
For security, create separate API keys for different environments (development, staging, production). If a key is compromised, you can revoke it without affecting other environments.
Usage
The Usage page tracks your Reducto consumption. Navigate to Usage in the sidebar to view your dashboard.
Overview
The overview shows:- Total requests broken down by endpoint (Parse, Extract, Split, Edit)
- Credit consumption over time
- Filterable by API key and date range
- Filter by API key: See usage for a specific key, useful for tracking per-environment or per-project consumption
- Filter by time period: View usage for the last 10 days, 30 days, or custom range
Request logs
The bottom of the Usage page shows individual request logs. Each entry includes:- Job ID
- Timestamp and duration
- Endpoint called
- Page count processed
- Region

Usage Alerts
Set up alerts to get notified when usage exceeds a threshold. This helps prevent unexpected costs and gives you visibility into consumption patterns.Creating a usage alert
- On the Usage page, click Create New Alert
- Configure your alert:
- Threshold type: Pages processed or cost amount
- Threshold value: The number that triggers the alert
- Time period: Daily, weekly, or monthly
- Save the alert

Set alerts at multiple thresholds (e.g., 50%, 80%, 100% of your expected usage) to get early warnings.
Billing
The Billing link opens the Stripe customer portal where you manage your subscription and payment methods.The billing page is only visible for account owners and organizations on a subscription plan.
- View invoices: See past and upcoming charges
- Update payment methods: Add, remove, or change credit cards
- Manage subscription: Upgrade, downgrade, or cancel your plan
- Download receipts: Export invoices for accounting
Subscription changes
Monthly and yearly plans are available. To change your plan, use the billing portal or contact [email protected].Organization Settings
The Settings page lets you manage your profile and organization.Personal settings
- Edit your name and email
- Enable or disable two-factor authentication (2FA)
- Update notification preferences
Organization management
If youâre an organization admin, you can:- Invite team members
- Manage member roles and permissions
- Configure organization-wide settings
- Access billing settings
- Create and manage API keys
Webhooks
Configure webhooks to receive notifications when jobs complete. Navigate to Webhooks in the sidebar. Webhooks let you:- Get notified when async jobs finish
- Trigger downstream workflows automatically
- Avoid polling the API for job status