curl --request POST \
--url https://api.app.hrizn.io/v1/public/inventory/{vin}/description \
--header 'X-API-Key: <api-key>'
Copy
{ "data": { "vin": "1C4HJXEG5NW195712", "status": "generating", "component_id": "239e61d6-34d0-4741-9dd1-eed56edec1ab", "message": "Generation typically completes within a few minutes. Configure webhooks to receive real-time status notifications: https://api-docs.hrizn.io/webhooks" }}
Inventory
Generate description
Trigger AI description generation for a vehicle
POST
/
inventory
/
{vin}
/
description
Generate AI description
Copy
curl --request POST \
--url https://api.app.hrizn.io/v1/public/inventory/{vin}/description \
--header 'X-API-Key: <api-key>'
Copy
{ "data": { "vin": "1C4HJXEG5NW195712", "status": "generating", "component_id": "239e61d6-34d0-4741-9dd1-eed56edec1ab", "message": "Generation typically completes within a few minutes. Configure webhooks to receive real-time status notifications: https://api-docs.hrizn.io/webhooks" }}
Triggers AI description generation for a specific vehicle. This upserts a description component with draft status, which kicks off the asynchronous generation pipeline.Scope required:inventory:write
{ "data": { "vin": "1C4HJXEG5NW195712", "status": "generating", "component_id": "239e61d6-34d0-4741-9dd1-eed56edec1ab", "message": "Generation typically completes within a few minutes. Configure webhooks to receive real-time status notifications: https://api-docs.hrizn.io/webhooks" }}
Description generation is asynchronous and typically completes within a few minutes. Configure webhooks to receive real-time inventory.description.completed notifications instead of polling.