Documentation
Webhooks
OnlyFansAPI → Chatalyze near-real-time ingest.
POST /webhooks/onlyfans
Production URL:https://api.chatalyze.co/webhooks/onlyfans
Security
- Header:
Signature - HMAC-SHA256 hex over raw body
- Secret:
ONLYFANSAPI_WEBHOOK_SECRET
Official vendor docs:Protecting your webhooks.
Behavior
- Verify signature (401 if invalid when secret set)
- Idempotent write via provider event id
- Normalize → ChatSession DO → events → projectors
- Does not run LLM / intelligence (async or admin only)
Credits
Webhook delivery is billed by OnlyFansAPI (typically 1 credit per 100 events — verify on theircredits page). SeeOnlyFansAPI credits.
Other ingest
POST /api/demo/ingest— signed fixtures without platform keyPOST /api/connector/ingest— optional browser connector (deprioritized)