Skip to main content
POST
Generate descriptions in batch
Triggers AI description generation for multiple vehicles at once (1-50 VINs). Scope required: inventory:write

Request body

vins
array
required
Array of VINs (11-17 characters each, max 50).
Description generation is asynchronous and typically completes within a few minutes. Configure webhooks to receive real-time inventory.description.batch_completed notifications instead of polling.

Authorizations

X-API-Key
string
header
required

Your Hrizn API key (prefix hzk_)

Body

application/json
vins
string[]
required
Required array length: 1 - 50 elements
Required string length: 11 - 17

Response

Batch accepted

data
object
Last modified on February 28, 2026