Reset social content flow

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

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

post/api/apps/{app_id}/virality/reset

Path parameters

app_idstring required

ID of the app.

ID of the app.

Response

The social content flow was cleared.

statusstring

Always ok when the reset is applied.

Example response

{
  "status": "ok"
}

Changes