Auto-manage digital products and checkout links on Whop.
Base URL: https://api.whop.com/api/v1
Auth: Authorization: Bearer {WHOP_API_KEY}
To get your API key:
WHOP_API_KEY in Settings > AdvancedPOST /products — Create productGET /products — List products POST /v2/plans — Create plan (pricing)GET /v2/plans — List plansPOST /checkouts — Create checkout linkGET /payments — List paymentsFree products → capture emails, build audience
Paid products → $9-99/month or $47-199 one-time
Bundle → free + paid ladder
scripts/create_whop_products.pyCreates 3 products:
python scripts/create_whop_products.py
python scripts/generate_checkout_links.py
共 3 个版本