Generate post content from a content idea
Requires scope: `ai:generate` and a paid plan. Subject to your plan's daily generation quota. `idea` is typically the `seed_prompt` returned by `POST /content_ideas/{id}/use`, but any topic string is accepted.
Authorization
ApiKey A personal API key created in the dashboard (Starter, Pro, and Team plans).
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/posts/generate_from_idea" \ -H "Content-Type: application/json" \ -d '{ "idea": "Why solo founders should ship in public", "platform": "twitter" }'{ "body": "string", "drafts": [ { "body": "string", "model_degraded": true } ], "model_degraded": true}Generate a reply to a post in your voice POST
Requires scope: `replies:generate` and a paid plan. Subject to your plan's daily generation quota.
Publish a post POST
Requires scope: `publish:write`. Publishes an existing post. Without `scheduled_at` or `use_next_slot` the post is sent immediately. Pass `scheduled_at` to schedule it, or `use_next_slot: true` to queue it into the next open posting-schedule slot. Target accounts default to those already attached to the post; override with `social_account_id(s)`.