{ "data": { "id": "d97902b2-be6f-4f0e-8a80-e48a18df90cf", "status": "generating", "article_type": "salesevent", "title": "Spring Clearance Sale", "event": { "name": "Spring Clearance Sale", "location": "315 W Jericho Tpke, Huntington, NY 11743", "category": "Sales Event", "start_date": "2026-04-01T09:00:00Z", "end_date": "2026-04-07T21:00:00Z", "description": null }, "created_at": "2026-02-28T11:43:57.502664+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 a promotional page for a dealership sales event. Supports multiple event categories and generates compelling marketing content. Generation is asynchronous; use GET /content/{id} to check status and retrieve the result.Scope required:content:write
Returns 202 Accepted when the sales event page starts generating:
Copy
{ "data": { "id": "d97902b2-be6f-4f0e-8a80-e48a18df90cf", "status": "generating", "article_type": "salesevent", "title": "Spring Clearance Sale", "event": { "name": "Spring Clearance Sale", "location": "315 W Jericho Tpke, Huntington, NY 11743", "category": "Sales Event", "start_date": "2026-04-01T09:00:00Z", "end_date": "2026-04-07T21:00:00Z", "description": null }, "created_at": "2026-02-28T11:43:57.502664+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.
Use GET /content/{id} to poll for completion, then GET /content/{id}/html to retrieve the generated HTML.