Skip to main content
POST
/
inventory
/
{vin}
/
description
Generate AI description
curl --request POST \
  --url https://api.app.hrizn.io/v1/public/inventory/{vin}/description \
  --header 'X-API-Key: <api-key>'
{
  "data": {
    "vin": "1HGBH41JXMN109186",
    "status": "generating",
    "component_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "message": "<string>"
  }
}

Authorizations

X-API-Key
string
header
required

Your Hrizn API key (prefix hzk_)

Path Parameters

vin
string
required

Vehicle Identification Number

Required string length: 11 - 17

Response

Description generation started

data
object
Last modified on February 28, 2026