ChatalyzeDocs

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

  1. Verify signature (401 if invalid when secret set)
  2. Idempotent write via provider event id
  3. Normalize → ChatSession DO → events → projectors
  4. 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 key
  • POST /api/connector/ingest — optional browser connector (deprioritized)