onlyfanskit is the typed surface behind the hosted REST API.
Default integration path: connect an account on the platform, then call
/v1/accounts/{id}/{resource}/{method} with your API key.
Resource layout
The client is organized asof.<resource>.<method>(...). Each maps to one
OnlyFans API call:
What’s covered
Account & identity
users, subscriptions, security, helpers, sessions, referrals, streaks
Content
posts, comments, media, stories, highlights, streams, bookmarks, labels
Messaging
messages, chats, notifications
Money
earnings, payments, payouts, chargebacks, dataExports
Growth & promo
campaigns, trialLinks, promotions, lists, schedules, following, social
Support & metadata
tickets, reports, releaseForms, discovery, iso, pages
Raw paths
GET /v1/accounts/{id}/... or the generic SDK passthrough documented in
API reference.
See Connecting the client for how sessions relate to the platform.