API-First Architecture.
384 REST Endpoints.
Production-ready TypeScript SDK, webhook delivery with retry logic, and comprehensive API documentation for custom integrations.
Production Integrations
All integrations protected by circuit breakers and retry logic.
Google Drive
AvailableChanges API polling every 5 minutes
OneDrive
AvailableMicrosoft Graph subscriptions
Dropbox
AvailableReal-time webhooks
Slack
AvailableCompliance alerts and notifications
AWS S3
EnterpriseAutomated file processing
Azure Blob
EnterpriseAutomated file processing
TypeScript SDK
Production-ready SDK with full type definitions. 5-line integration.
Full TypeScript support
Automatic retry with backoff
Comprehensive error handling
Rate limit handling built-in
import
{ ScrubMetadataClient } from '@scrubmetadata/sdk';
const client = new ScrubMetadataClient({
apiKey: 'sk_live_...'
})
// Process a file
const result = await client.files.process(file);
// Get compliance report
const report = await client.compliance.export();
384
REST Endpoints
1K-50K
Requests/hour by tier
24
Circuit Breakers
99.9%
API Uptime