Fan AI Summary turns a fan's native OnlyFans or Fansly chat history into a structured brief: persona, spend signal, churn risk, and a suggested next message. One GET request, one JSON object your CRM or chatter can act on.
A Fan AI Summary is a structured brief on a single fan, generated from that fan's real native chat history rather than guesswork. It returns a persona, a spend signal, a churn risk read, and a suggested next message, the same fields for OnlyFans and Fansly. Because CreatorAPI reads the same authenticated endpoints the platform apps use, the summary reflects what the fan actually said and bought, not a scraped fragment.
Four places where a per fan brief replaces scrolling through months of chat.
Attach the summary to each fan record in your OnlyFans CRM. Anyone opening the profile sees who the fan is before the first line is typed.
A new chatter takes over a conversation with the persona and suggested next message in front of them. No cold start, no rereading the whole thread.
Use the spend signal to sort the inbox so the highest value fans get answered first. Pair it with chatting automation to route them automatically.
The churn risk field flags fans who are cooling off. Reach out with a targeted message while there is still a relationship to save.
You fetch a summary with a single GET request against the fan's id.
# get the AI brief for one fan
curl -H "X-API-Key: $CREATOR_API_KEY" \
"https://api.creator-api.com/v1/{account}/fans/{fan_id}/summary"
A Fan AI Summary costs 25 credits, and a cache hit is free. The free trial includes 1,000 credits with no card required, enough to brief your top fans before you commit to a plan.
Three steps from zero to briefed inbox.
Connect an OnlyFans or Fansly account with passwordless connect. Passwords and 2FA codes never reach CreatorAPI.
List fans and subscribers through the native routes, then pick the conversations that matter most.
Call the summary endpoint per fan and store the persona, spend signal, churn risk and suggested next message wherever your team works.
Fan AI Summary is available on both platforms through the same endpoint and the same response shape. One key covers native access to OnlyFans and Fansly, so an agency running creators on both gets identical fan briefs across the whole roster.
A Fan AI Summary is a structured brief on a single fan generated from that fan's native chat history. It contains a persona, a spend signal, a churn risk read and a suggested next message.
One Fan AI Summary costs 25 credits. A cache hit is free.
Fan AI Summary works for OnlyFans and Fansly through the same endpoint and the same response shape. One API key covers both platforms.
The summary is built from the fan's real chat history, read through the same authenticated endpoints the platform apps themselves use via your connected session. It is not based on scraping.
Send GET /v1/{account}/fans/{fan_id}/summary with your API key in the X-API-Key header. The account value is the creator id you receive when you connect an account.
Yes, the free trial includes 1,000 credits and requires no card. That is enough to generate summaries for your most important fans first.
Start free with 1,000 credits and pull your first Fan AI Summary in minutes.