{ "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.
Controls how dealer links are distributed in the generated content. fixed_ops prioritizes service and parts links inline, appending sales links as a cross-department CTA. variable prioritizes sales and financing links inline, appending service links as a CTA. general distributes all links evenly with no filtering. One of: fixed_ops, variable, general.
Target content length in words (200-5000). Controls the approximate length of generated content. Defaults vary by article_type: basic=1200, qa=1800, expert=2000, modellanding=2500, comparison=3500, salesevent=600.
{ "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:
{ "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.
Controls which dealer links are injected inline vs. appended as a cross-department CTA. fixed_ops prioritizes service/parts links, variable prioritizes sales/financing links, general distributes all links evenly.
Target content length in words (200-5000). Controls how long the generated content will be. Defaults vary by article type: basic=1200, qa=1800, expert=2000, modellanding=2500, comparison=3500, salesevent=600.