Skip to main content
inventory:write The inventory:write scope allows you to trigger AI-powered description generation for vehicles in your inventory. You can generate a description for a single vehicle by VIN or submit a batch of up to 50 VINs at once.

Endpoints


Generate description

Triggers AI description generation for a specific vehicle. The process runs asynchronously. Use the Get AI description endpoint or the inventory.description.completed webhook event to check when the description is ready.

Path parameters

Request body

No request body is required.

Example

Response — 202 Accepted

Status codes


Generate descriptions in batch

Triggers AI description generation for multiple vehicles in a single request. Each VIN is processed independently — if one fails, the others still succeed.

Request body

Example

Response — 202 Accepted

Response — Partial failure

Failed items will have status: "failed" with an error message. This does not affect the other items in the batch.

Status codes


Error response — Missing scope

If your API key does not include inventory:write, any request to these endpoints returns:
Last modified on February 17, 2026