Skip to main content

API-First Architecture.
384 REST Endpoints.

Production-ready TypeScript SDK, webhook delivery with retry logic, and complete API documentation for custom integrations.

Production Integrations

All integrations protected by circuit breakers and retry logic.

Google Drive

Available

Changes API polling every 5 minutes

OneDrive

Available

Microsoft Graph subscriptions

Dropbox

Available

Real-time webhooks

Slack

Available

Compliance alerts and notifications

AWS S3

Enterprise

Browser-to-cloud export workflow

Azure Blob

Enterprise

Browser-to-cloud export workflow

TypeScript SDK

Production-ready SDK with full type definitions. 5-line integration.

Full TypeScript support
Automatic retry with backoff
Complete 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
Flagged
Rollout Controls

Build custom integrations with our API