{ "data": { "id": "b70db6bb-589e-42c9-a63a-5cdc2aee0b7e", "status": "generating", "article_type": "basic", "title": "2026 Chevy Silverado 3500 DRW: Deep Dive", "created_at": "2026-02-28T11:41:21.797772+00:00", "message": "Generation typically completes within a few minutes. Configure webhooks to receive real-time status notifications: https://api-docs.hrizn.io/webhooks" }}
Creates and generates content from a completed IdeaCloud. Supports two modes: simple (automatic) and interactive (choose questions first).Scope required:content:write
Array of question IDs to cover (format: q-{timestamp}-{index}). Defaults to the IdeaCloud’s recommended questions. Retrieve available IDs from Get IdeaCloud questions.
{ "data": { "id": "b70db6bb-589e-42c9-a63a-5cdc2aee0b7e", "status": "generating", "article_type": "basic", "title": "2026 Chevy Silverado 3500 DRW: Deep Dive", "created_at": "2026-02-28T11:41:21.797772+00:00", "message": "Generation typically completes within a few minutes. Configure webhooks to receive real-time status notifications: https://api-docs.hrizn.io/webhooks" }}
Content generation is asynchronous and typically completes within a few minutes. Configure webhooks to receive real-time content.completed and content.failed notifications instead of polling.
Interactive mode returns 200 OK with required inputs:
Copy
{ "data": { "id": null, "status": "awaiting_input", "ideacloud_id": "23a66cb1-f5d9-4c91-b9d2-06c8203bd251", "article_type": "basic", "required_inputs": { "selected_question_ids": { "type": "array", "required": true, "options": [ { "id": "q-1772225333601-0", "question": "What is the maximum towing capacity of the 2026 Chevy Silverado 3500 DRW?" }, { "id": "q-1772225333601-1", "question": "What is the maximum conventional towing capacity?" } ] }, "brand_voice_id": { "type": "string", "required": false }, "title": { "type": "string", "required": false } } }}
After reviewing the inputs, submit them to Generate content to complete generation.