---
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

---

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