Generate a reply to a post in your voice
Requires scope: `replies:generate` and a paid plan. Subject to your plan's daily generation quota.
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/replies/generate" \ -H "Content-Type: application/json" \ -d '{ "tweet": { "text": "Shipping beats planning.", "author": "somefounder" } }'{ "generation_id": 0, "reply": { "text": "string" }, "context": {}}Generate a LinkedIn carousel POST
Requires scope: `ai:generate` and a paid plan. Generates a slide-based carousel document for LinkedIn. A connected LinkedIn account is required. Shares a 6/min rate-limit bucket with the batch and thread generators.
Generate post content from a content idea POST
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.