Build creator campaign ops into your product.
Clippers gives you tenant-ready primitives for campaigns, submissions, payouts, and social connections—plus metrics snapshots and auditable workflows. Integrate via REST + events to ship your own creator experience fast.
Live now: X, YouTube, Instagram, Facebook. TikTok coming.
Example workflow (CLI-style)
Example workflow
# Example workflow $ tenants status --live # Connect a platform (scoped to tenant) $ connections create --platform x # Create a campaign + assets $ campaigns create --name "Launch Week" $ assets upload --campaign <id> --file clip.mp4 # Mint unique links $ links mint --campaign <id> --supporters 214
Labelled as an example workflow. Replace with real CLI when ready.
Quick start
Three steps to get your tenant integration running.
Create a tenant workspace
Provision tenant credentials and validate access.
Connect platforms
Create scoped tokens per tenant + platform.
Launch a campaign + mint share links
Create assets, mint links, and capture submissions.
Core concepts
Developer-first primitives you can compose into your product.
Tenant
Hard boundary for data, roles, and credentials.
Campaign
Container for assets, rules, windows, and reporting.
Asset
Media + caption + destination link + metadata.
Submission
A fan/creator action (posted, uploaded, claimed).
Connection
Tenant-scoped social platform credential set.
Metrics Snapshot
Pull result stored as time-series history.
Payout Batch
Durable payout job with line items + audit trail.
Audit Trail
Immutable record of sensitive operations.
API surface (at a glance)
Event-ready by default
Drive your product from verified actions: posting, snapshots, submissions, payout lifecycle.
- Tenant-scoped signing secret
- Retry strategy (recommended)
- Idempotency key on event payload
- Timestamp + signature header
{
"event": "metrics.snapshot.created",
"tenant_id": "7c8e",
"campaign_id": "7f2c",
"platform": "x",
"snapshot_id": "snp_123",
"created_at": "2026-01-28T12:34:56Z"
}Request tenant access
Tell us about your integration and we’ll provision a workspace.
Why integrate Clippers?
We provide tenant isolation, secure token handling, and auditable workflows so you can move faster without rebuilding creator ops.
- Tenant-scoped credentials + permissions
- Metrics snapshots with failure visibility
- Payout-ready workflows and audit trails
- Webhook-driven integrations
Ready to integrate?
Request tenant access and we’ll provision your workspace and credentials.