---
title: "Generate Fan Summary"
method: POST
path: "/api/{account}/fans/{fan_id}/summary"
tags: ["Fans - AI Summary"]
---

# Generate Fan Summary

`POST /api/{account}/fans/{fan_id}/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`.

## Request body

- object
  - `regenerate` boolean — Set to true to regenerate an existing completed summary.

## Response `200`

Generation queued

- object
  - `status` string
  - `message` string

## Changes

- **2026-05-24** `93a6dfdeeb67` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/onlyfansapi/apis/onlyfans-api/changes/api/:account/fans/:fan_id/summary/post.md)

---

[API](https://skmtc.dev/onlyfansapi/apis/onlyfans-api.md) · [All operations](https://skmtc.dev/onlyfansapi/apis/onlyfans-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/onlyfansapi/onlyfans-api/revisions/4a99d36f28a3/schema)
