Documentation
OnlyFansAPI
Primary integration path — webhooks, accounts, backfill, and vendor links.
Official product:onlyfansapi.com· Docs:docs.onlyfansapi.com· Console:app.onlyfansapi.com.
What Chatalyze uses
| Capability | How we use it |
|---|---|
| Webhooks (HMAC) | Near-real-time messages, tips, subs, PPV →POST /webhooks/onlyfans |
| Chat / CRM REST | Backfill history, hydrate threads |
| Transactions | Attribute revenue to sessions |
| Accounts | Sync registry, auth proxy connect flows |
Multi-account model
- One platform key
ONLYFANSAPI_KEYcan hold manyacct_*creators - Chatalyze stores internal
acc_*rows in D1of_accounts - OF login material stays at OnlyFansAPI
Go-live checklist
- Worker secrets:
ONLYFANSAPI_WEBHOOK_SECRET,ADMIN_TOKEN,ONLYFANSAPI_KEY - Webhook URL in console →
https://api.chatalyze.co/webhooks/onlyfans - Signing secret matches Worker secret
- Subscribe to message + money events
- Connect accounts via console and/or
accounts:sync/ auth start - Optional:
POST /api/admin/backfill - Confirm
liveOfapiReady: trueon/api/health
Credits
SeeOnlyFansAPI creditsand the vendorcredits documentation.
Browser connector
Optional / deprioritized VPS browser path exists for fixtures and future calibration. Primary production path is OnlyFansAPI.