A collection can be paid: the owner (creator) sets a price, and fans pay to unlock the gated content. The payment goes to the creator’s earnings, minus the platform fee.Documentation Index
Fetch the complete documentation index at: https://docs.clipping.cc/llms.txt
Use this file to discover all available pages before exploring further.
Set a price (creator)
The collection must be public, then setprice_coins and a billing_period:
billing_period | Access |
|---|---|
once | lifetime — pay once, keep access |
monthly | renews every 30 days (auto-charged) |
price_coins: 0 makes it free again (a public collection behaves normally, gated
only by the expose_* flags from Collections).
Subscribe (fan)
A fan subscribes — this charges the price immediately and grants access:| Status | When |
|---|---|
400 | collection isn’t paid, isn’t public, or you’re the owner |
402 | insufficient balance to pay the price |
409 | you’re already subscribed |
See your subscriptions
once subscription expires_at is null (lifetime); for monthly it’s the
renewal date. Access to gated content is: owner, or free collection, or an
active subscription.