API Keys

All roles can create API keys. Only Owners and Admins can edit or delete keys. See Roles & Permissions for details.
- Click Create 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.
Usage chart
The chart shows credit consumption over time, broken down by product (Parse, Extract, Split, Edit, Classify). Use the filters to:- Group by: Switch between Product and Feature breakdowns
- Product / Feature: Filter to specific products or features
- Time range: View the last 7, 14, or 30 days
- Granularity: Toggle between Day, Week, and Month views
Request logs
Below the chart, the Request Logs table shows individual API requests. Each entry includes:- Job ID
- Date and time
- Type (Parse, Extract, Split, Edit, Classify)
- Page count processed
- Status

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 support@reducto.ai.Usage alerts
Configure usage alerts from the Billing tab to get an email when your current invoice crosses a threshold you set. Click Create alert to open the dialog.
- Threshold: The invoice amount (in USD) that triggers the alert
- Recipients: The organization members who receive the email
- Label: An optional name for the alert (e.g., “Budget warning”)
Organization Settings
The Settings page lets you manage your profile and organization.Account settings
On the Account tab, you can:- Edit your name and email
- Change your profile picture
- Set a password or enable two-factor authentication (2FA)
- Choose a theme (Light or Dark)
- Manage cookie preferences
Organization management
If you’re an organization Owner or Admin, you can:- Invite team members
- Manage member roles and permissions
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
Related
API Quickstart
Set up your API key and make your first request.
Credit Usage
How credits are calculated and billed.
Webhook Setup
Configure webhooks for async job notifications.
Security Policies
Data handling, retention, and compliance information.