Multi-tenant API • campaign-orchestrator • webhooks/events

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.

1

Create a tenant workspace

Provision tenant credentials and validate access.

2

Connect platforms

Create scoped tokens per tenant + platform.

3

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)

/tenantsProvisioning + status
/campaignsCreate/update campaigns
/assetsUpload/register assets
/linksMint supporter tracking URLs
/connectionsManage social connections
/metricsPull snapshots / query history
/submissionsReceive + verify submissions
/payoutsGenerate batches / query status
/auditQuery audit trails
View full API docs

Event-ready by default

Drive your product from verified actions: posting, snapshots, submissions, payout lifecycle.

submission.receivedpost.verifiedmetrics.snapshot.createdpayout.batch.queuedpayout.batch.completedtenant.connection.updated
Example event payload
{
  "event": "metrics.snapshot.created",
  "tenant_id": "7c8e",
  "campaign_id": "7f2c",
  "platform": "x",
  "snapshot_id": "snp_123",
  "created_at": "2026-01-28T12:34:56Z"
}

Platform coverage

Platform availability depends on tenant permissions and connection scopes.

Request tenant access

Tell us about your integration and we’ll provision a workspace.

Platforms needed

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.