{ "data": { "id": "dac9c663-5064-4126-8047-1588d81faa7d", "status": "generating", "article_type": "comparison", "title": "2026 Chevrolet Silverado 1500 vs 2026 Ford F-150", "vehicles": [ { "year": 2026, "make": "Chevrolet", "model": "Silverado 1500", "trim": "LT" }, { "year": 2026, "make": "Ford", "model": "F-150", "trim": "XLT" } ], "featured_vehicle_index": 0, "bias_level": 50, "created_at": "2026-02-28T11:43:53.575412+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 vehicle comparison article for 2-5 vehicles. The comparison is generated asynchronously; use GET /content/{id} to check status and retrieve the result once complete.Scope required:content:write
Returns 202 Accepted when the comparison starts generating:
{ "data": { "id": "dac9c663-5064-4126-8047-1588d81faa7d", "status": "generating", "article_type": "comparison", "title": "2026 Chevrolet Silverado 1500 vs 2026 Ford F-150", "vehicles": [ { "year": 2026, "make": "Chevrolet", "model": "Silverado 1500", "trim": "LT" }, { "year": 2026, "make": "Ford", "model": "F-150", "trim": "XLT" } ], "featured_vehicle_index": 0, "bias_level": 50, "created_at": "2026-02-28T11:43:53.575412+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.