Generate content plan
Generates the full content plan: a set of posts for each platform you approve, written from the app’s accepted strategy.
Submit answers and accept a strategy first. This endpoint fails with a 409 unless the app has a strategy, and while another generation is already running for the app.
This request costs 10 credits and fails with a 402 when the workspace is out of quota. It runs the whole generation inline, one language model call per platform plus the first platform’s images, so it can take several minutes with 3 platforms. Use a long client timeout. The remaining images generate in the background, so poll Get social content state to pick up the image_url values that land after the response.
Generating a plan replaces any plan the app already has, including its generated images.
This endpoint shares a limit of 15 requests per minute with the other social content endpoints.
Authorizations
Personal API key.
Path Parameters
ID of the app.
Body
Platforms to generate content for, 1 to 3 of x, instagram, tiktok, linkedin, reddit, facebook. The order is preserved in the response. Unsupported values are ignored, and a request where none are supported fails with a 400.
1 - 3 elementsHTTPS URL of your social profile, used to match the writing voice of the generated content. Omit it to reuse the voice resolved when you submitted answers.
500"https://x.com/yourhandle"
Response
The generated content plan.
The app's content plan, or null if it has none.