v8

latestOpenAPI 3.0.3raw.githubusercontent.com2026-05-2526602.8 MB
Fans - AI Summary

Get Fan Summary

Retrieve the AI profile summary for a fan. Poll this endpoint after triggering a generation to check for completion.

get/api/{account}/fans/{fan_id}/summary

Response

Success

statusstring
analyzed_message_countinteger
last_analyzed_atstring
error_messagestring nullable

Example response

{
  "status": "completed",
  "summary_data": {
    "name": "Jane Doe",
    "preferred_name": "Jane",
    "family_pets": "Has a golden retriever named Max",
    "travel_plans": "Planning a trip to Bali",
    "kinks": "",
    "hobbies": "Yoga, photography",
    "content_preferences": "Behind the scenes content",
    "themes": "",
    "requests": "",
    "interests": "Fitness, travel",
    "other_notes": ""
  },
  "analyzed_message_count": 42,
  "last_analyzed_at": "2026-03-19T12:00:00+00:00",
  "error_message": null
}