One creator key. The whole Dropfans surface.
Sell drops, manage a creator’s vault, post to the For You feed and read earnings from any software, with one dpfn_ API key per creator.
Mint a key and make one authenticated request in two minutes.
How your app obtains and safely stores a creator’s API key.
Vault to paid sale: create, share the link, poll for the purchase.
Every operation with request, response, errors and code samples.
llms.txt, Markdown twins and the OpenAPI spec, made for agents.
Building an app for other people’s creators? Get it approved.
Dropfans is where creators sell drops — paid media bundles — plus tips and subscriptions. This API lets your software act for a creator, with a key the creator hands you.
What you can build#
- Sell drops from a CRM or a chat. Package vault content into a paid drop and hand the buyer a checkout link — in a Telegram conversation, a DM, anywhere a URL goes. Sell a drop end-to-end.
- Manage the vault. Upload images, audio and video, organise folders, tag content. Upload media.
- Post to the For You feed. Text, image and drop posts from a script, a scheduler or an AI agent. Post to the feed.
- Mirror earnings. Rebuild the creator’s dashboard numbers — earnings, transactions, payout balance — inside your own product. Earnings & balance.
How it works#
- One key, one creator. Every request carries
Authorization: Bearer dpfn_…. A key is bound to one creator account and grants the full surface — there are no scopes. Creators generate keys in the dashboard under Vault → API Connect. - Moderation parity. Everything created through the API runs exactly the same review as the dashboard composer. You cannot use the API to bypass moderation — a
PENDINGresponse is normal, not an error. - Rate limits by tier. Personal keys get 60 requests a minute, approved apps 300. Dropfans-operated integrations are exempt. Read the
X-RateLimit-*headers rather than hardcoding — Rate limits.
Base URL#
https://www.dropfans.ioEvery endpoint lives under /api/external/. Responses are JSON; uploads are multipart.
Built on this API: KVIQA, the Telegram and WhatsApp CRM for creators — vault, drops and earnings in one inbox.
Next: Make your first call or Connect a creator to your app.
