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": "<string>",
"status": "<string>",
"component_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"error": "<string>"
}
],
"message": "<string>"
}
}Triggers AI description generation for multiple vehicles (1-50 VINs).
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": "<string>",
"status": "<string>",
"component_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"error": "<string>"
}
],
"message": "<string>"
}
}Your Hrizn API key (prefix hzk_)
1 - 50 elements11 - 17