curl --request POST \
--url https://api.app.hrizn.io/v1/public/inventory/{vin}/description \
--header 'X-API-Key: <api-key>'{
"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"
}
}
Trigger AI description generation for a vehicle
curl --request POST \
--url https://api.app.hrizn.io/v1/public/inventory/{vin}/description \
--header 'X-API-Key: <api-key>'{
"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"
}
}
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"
}
}
inventory.description.completed notifications instead of polling.Your Hrizn API key (prefix hzk_)
Vehicle Identification Number
11 - 17