ChatalyzeDocs

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

CapabilityHow we use it
Webhooks (HMAC)Near-real-time messages, tips, subs, PPV →POST /webhooks/onlyfans
Chat / CRM RESTBackfill history, hydrate threads
TransactionsAttribute revenue to sessions
AccountsSync registry, auth proxy connect flows

Multi-account model

  • One platform key ONLYFANSAPI_KEY can hold manyacct_* creators
  • Chatalyze stores internal acc_* rows in D1of_accounts
  • OF login material stays at OnlyFansAPI

Go-live checklist

  1. Worker secrets: ONLYFANSAPI_WEBHOOK_SECRET,ADMIN_TOKEN, ONLYFANSAPI_KEY
  2. Webhook URL in console →https://api.chatalyze.co/webhooks/onlyfans
  3. Signing secret matches Worker secret
  4. Subscribe to message + money events
  5. Connect accounts via console and/oraccounts:sync / auth start
  6. Optional: POST /api/admin/backfill
  7. Confirm liveOfapiReady: true on/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.