curl --request POST \
--url https://api.app.hrizn.io/v1/public/inventory/descriptions/batch \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"vins": [
"<string>"
]
}
'{
"data": {
"items": [
{
"vin": "1G1FY6EV0VF102843",
"status": "generating",
"component_id": "06e57167-6840-49db-8153-585583e9a99b"
},
{
"vin": "1G1FY6EV3VF104666",
"status": "generating",
"component_id": "24d9a97a-b672-46d0-9eb3-eb215262e4d8"
}
],
"message": "Generation typically completes within a few minutes. Configure webhooks to receive real-time status notifications: https://api-docs.hrizn.io/webhooks"
}
}
Trigger description generation for up to 50 vehicles
curl --request POST \
--url https://api.app.hrizn.io/v1/public/inventory/descriptions/batch \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"vins": [
"<string>"
]
}
'{
"data": {
"items": [
{
"vin": "1G1FY6EV0VF102843",
"status": "generating",
"component_id": "06e57167-6840-49db-8153-585583e9a99b"
},
{
"vin": "1G1FY6EV3VF104666",
"status": "generating",
"component_id": "24d9a97a-b672-46d0-9eb3-eb215262e4d8"
}
],
"message": "Generation typically completes within a few minutes. Configure webhooks to receive real-time status notifications: https://api-docs.hrizn.io/webhooks"
}
}
inventory:write
{
"data": {
"items": [
{
"vin": "1G1FY6EV0VF102843",
"status": "generating",
"component_id": "06e57167-6840-49db-8153-585583e9a99b"
},
{
"vin": "1G1FY6EV3VF104666",
"status": "generating",
"component_id": "24d9a97a-b672-46d0-9eb3-eb215262e4d8"
}
],
"message": "Generation typically completes within a few minutes. Configure webhooks to receive real-time status notifications: https://api-docs.hrizn.io/webhooks"
}
}
inventory.description.batch_completed notifications instead of polling.Your Hrizn API key (prefix hzk_)
1 - 50 elements11 - 17