返回 Skill 列表
extension
分类: 其它需要 API Key

Whop Digital Sales

在Whop.com上自动创建和管理数字产品,管理从创建到结账链接生成的产品生命周期。使用Whop REST API v1与公司...

person作者: ssidharhubblehubclawhub

whop-digital-sales

Auto-manage digital products and checkout links on Whop.

Whop API Setup

Base URL: https://api.whop.com/api/v1 Auth: Authorization: Bearer {WHOP_API_KEY}

To get your API key:

  1. Go to https://sell.whop.com/developer
  2. Create a Company API key
  3. Save as secret WHOP_API_KEY in Settings > Advanced

Key Endpoints

  • POST /products — Create product
  • GET /products — List products
  • POST /v2/plans — Create plan (pricing)
  • GET /v2/plans — List plans
  • POST /checkouts — Create checkout link
  • GET /payments — List payments

Product Strategy

Free products → capture emails, build audience Paid products → $9-99/month or $47-199 one-time Bundle → free + paid ladder

Script: scripts/create_whop_products.py

Creates 3 products:

  1. Free community entry (email capture)
  2. $19/mo AI tools access (options bot, whale scanner)
  3. $199 one-time lifetime deal (all skills bundle)

Running

python scripts/create_whop_products.py
python scripts/generate_checkout_links.py

Next Steps After API Key

  1. Create product with plan
  2. Generate checkout link
  3. Share link on Twitter/X, ClawHub, Gumroad