v8

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

Generate Fan Summary

Queue generation or regeneration of an AI profile summary for a fan. Costs 200 credits (charged on completion). Use the GET endpoint to poll for results. To regenerate an existing summary, pass regenerate: true.

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

Request body

regenerateboolean

Set to true to regenerate an existing completed summary.

Example request

{
  "regenerate": true
}

Response

Generation queued

statusstring
messagestring

Example response

{
  "status": "processing",
  "message": "Fan summary generation has been queued. Use GET to poll for results."
}