curl --request GET \
--url https://api.app.hrizn.io/v1/public/inventory/stats \
--header 'X-API-Key: <api-key>'{
"data": {
"total_vehicles": 254,
"with_ai_description": 254,
"without_ai_description": 0,
"new_vehicles": 163,
"used_vehicles": 91,
"description_coverage_pct": 100
}
}
Get aggregate inventory statistics
curl --request GET \
--url https://api.app.hrizn.io/v1/public/inventory/stats \
--header 'X-API-Key: <api-key>'{
"data": {
"total_vehicles": 254,
"with_ai_description": 254,
"without_ai_description": 0,
"new_vehicles": 163,
"used_vehicles": 91,
"description_coverage_pct": 100
}
}
inventory:read
{
"data": {
"total_vehicles": 254,
"with_ai_description": 254,
"without_ai_description": 0,
"new_vehicles": 163,
"used_vehicles": 91,
"description_coverage_pct": 100
}
}
Your Hrizn API key (prefix hzk_)