White-Label & Reseller

Your Brand. Our Engine.

White-label the entire PhantomFlow platform under your domain, your logo, and your pricing. Build a video generation business on top of our infrastructure.

What White-Labeling Means

Your customers interact with your brand at every touchpoint. The API endpoint is your domain, the dashboard shows your logo, and rendered videos carry your watermark. PhantomFlow powers it all behind the scenes.

Custom Domain

Serve the API from your own domain. Your customers never see PhantomFlow branding.

Custom Logo & Watermark

Upload your logo for the dashboard and set a custom watermark for rendered videos.

Sub-Accounts

Create and manage sub-accounts for your customers. Each gets their own API keys and credit balance.

Wholesale Pricing

Buy credits at wholesale rates and resell at your own pricing. Set margins that work for your business.

Isolated Permissions

Sub-accounts are fully isolated. Each can only access their own jobs, templates, and API keys.

Usage Analytics

Track credit consumption, job volume, and revenue across all sub-accounts from a single dashboard.

How the Reseller System Works

Four steps to building your video generation business

01

Apply for Reseller Access

Contact our sales team to get approved as a reseller. We set up your wholesale rate and credit terms.

02

Configure Your Brand

Set your custom domain, upload your logo, and configure your watermark. Your customers see your brand.

03

Create Sub-Accounts

Use the reseller API or dashboard to create sub-accounts. Each gets isolated API keys and credit pools.

04

Transfer Credits & Earn

Buy credits at wholesale, transfer to sub-accounts at your retail rate. The margin is your revenue.

Example Reseller Margins

Buy wholesale, sell at your price, keep the difference

 Per CreditMonthlyVolume
Your wholesale cost$0.002$200100,000 credits
You sell to customers at$0.005$500100,000 credits
Your monthly margin$0.003$300150% markup

Sub-Account API

Manage everything programmatically

// Create a sub-account
curl -X POST https://api.phantomflow.dev/api/reseller/sub-accounts \
  -H "x-api-key: ve_live_reseller_..." \
  -d '{
    "name": "Acme Video Corp",
    "email": "admin@acme.com"
  }'

// Transfer credits to sub-account
curl -X POST https://api.phantomflow.dev/api/reseller/credits/transfer \
  -H "x-api-key: ve_live_reseller_..." \
  -d '{
    "sub_account_id": "sa_abc123",
    "amount": 10000,
    "memo": "Monthly credit allocation"
  }'

// List all sub-accounts with usage
curl https://api.phantomflow.dev/api/reseller/sub-accounts \
  -H "x-api-key: ve_live_reseller_..."

Ready to become a reseller?

Contact our sales team to discuss wholesale pricing, custom domains, and getting started as a PhantomFlow reseller.