Skip to main content
GET
/
inventory
/
{vin}
/
description
Get AI description
curl --request GET \
  --url https://api.app.hrizn.io/v1/public/inventory/{vin}/description \
  --header 'X-API-Key: <api-key>'
{
  "data": {
    "vin": "<string>",
    "status": "<string>",
    "description": "<string>",
    "generated_at": "2023-11-07T05:31:56Z"
  }
}

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

Vehicle AI description

data
object
Last modified on March 1, 2026