Get social content state
Returns everything stored for the app’s social content flow: how far it has got, the questions and your answers, the current strategy, and the content plan.
Read stage to see where the app is. An app that never started the flow returns stage of idle and null for everything else, rather than a 404.
Poll this endpoint after Generate content plan returns. Only the first platform’s images are generated inline, so the rest of the image_url values appear here as they finish. A stage of generating means a plan is still being built, and the endpoints that change the plan fail with a 409 until it finishes.
This endpoint is limited to 40 requests per minute, separately from the other social content endpoints.
Authorizations
Personal API key.
Path Parameters
ID of the app.
Response
The app's social content state.
How far the app has got. idle before you start, then questions, strategy, generating, and completed once a plan exists.
idle, questions, strategy, generating, completed "completed"
Questions from Start social content flow, or null if the flow hasn't started.
One-sentence analysis of the app, or null if the flow hasn't started.
"A CRM for freelancers who want to track leads without a spreadsheet."
Answers you submitted, keyed by question id, or null if none were submitted.
The current content strategy, or null if none was generated.
"Lead with the spreadsheet pain, then show the app solving it."
The current content plan, or null if none was generated. Poll this to pick up images that finish generating after Generate content plan returns.
Social handle taken from the social_url you submitted, or null if you never sent one.
"@yourhandle"
Name of the app.
"Freelance CRM"
The standalone teaser post, which is generated outside this flow and is not part of plan.