{ "data": { "id": "38437cb5-7a1c-4a2c-bae3-23366ba53d4b", "status": "generating", "article_type": "modellanding", "title": "2026 Chevrolet Corvette Stingray", "vehicle": { "year": 2026, "make": "Chevrolet", "model": "Corvette", "trim": "Stingray" }, "created_at": "2026-02-28T11:43:54.732041+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 model landing page for a specific vehicle (year, make, model). The page includes detailed research, specifications, and market context. Generation is asynchronous; use GET /content/{id} to check status and retrieve the result.Scope required:content:write
Returns 202 Accepted when the model landing page starts generating:
{ "data": { "id": "38437cb5-7a1c-4a2c-bae3-23366ba53d4b", "status": "generating", "article_type": "modellanding", "title": "2026 Chevrolet Corvette Stingray", "vehicle": { "year": 2026, "make": "Chevrolet", "model": "Corvette", "trim": "Stingray" }, "created_at": "2026-02-28T11:43:54.732041+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.