---
title: "Reset social content flow"
method: POST
path: "/api/apps/{app_id}/virality/reset"
---

# Reset social content flow

`POST /api/apps/{app_id}/virality/reset`

<Info>This API is in beta. Endpoints, fields, and behavior may still change, so avoid depending on it in production.</Info>

Clears the app's social content flow so you can start over from [Start social content flow](/api-reference/start-social-content-flow).

<Warning>This discards the questions, your answers, the strategy, and the content plan with every post and generated image. It also drops any scheduled post proposals. None of it is recoverable, and the credits already spent are not refunded.</Warning>

The standalone teaser posts are deliberately kept, so a reset does not regenerate them.

The response is the same whether or not the app had anything to clear, so a 200 is not evidence that a plan existed. This endpoint shares a limit of 15 requests per minute with the other social content endpoints.

<Note>This endpoint accepts a personal API key. Workspace API keys are not authorized for it and are rejected with a 403.</Note>

## Path parameters

- `app_id` string, required — ID of the app.

## Response `200`

The social content flow was cleared.

- ResetResponse
  - `status` string — Always `ok` when the reset is applied.

## Other responses

- `401` — Missing or invalid credentials.
- `403` — You don't have editor access to this app, or you used a workspace API key.
- `404` — App not found, or the social content feature is not enabled for your account.
- `422` — Validation Error
- `429` — Rate limit exceeded (15 requests per minute).
- `500` — The reset failed. Retry the request.

## Changes

- **2026-08-25** `8dfd9c46c0b9` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/idealspot/apis/base44-app-management-api/changes/api/apps/:app_id/virality/reset/post.md)

---

[API](https://skmtc.dev/idealspot/apis/base44-app-management-api.md) · [All operations](https://skmtc.dev/idealspot/apis/base44-app-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/idealspot/base44-app-management-api/revisions/31ef75eb64ab/schema)
