POST /api/iaai/vehicles
Price: 10 credits
Get one IAAI vehicle by item id: full specs, title and sale document, damage and loss type, odometer, start code, auction date with lane and run, branch, bidding terms and the photo set.
Check a salvage vehicle's title document, damage, keys and run-and-drive status before an IAAI auction. Pass an id from iaai/vehicles/search; branch_id resolves in iaai/branches.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)vehicle string required — IAAI item id with tenant (46298439~US), a bare item id, or an iaai.com vehicle URL (examples: "46298439~US", "https://www.iaai.com/VehicleDetail/46298439~US"; minLength: 1)@type string (default: "IaaiVehicleDetail")id string requiredtenant string requiredurl string requiredstock_number string nullableyear integer nullablemake string nullablemodel string nullableseries string nullablevin_masked string nullablevin_status string nullableinventory_type string nullableinventory_category string nullableinventory_status string nullablevehicle_class string nullablesegment string nullablebody_style string nullableengine string nullabledisplacement string nullablecylinders string nullablefuel_type string nullabletransmission string nullabledrive_line_type string nullableexterior_color string nullableinterior_color string nullablecountry_of_origin string nullablerestraint_system string nullableoptions string nullablecatalytic_converter string nullablenavigation string nullableodometer integer nullableodometer_brand string nullableodometer_unit string nullablestart_code string nullablestart_code_label string nullableairbags string nullablehas_keys boolean nullablehas_key_fob boolean nullableis_run_and_drive boolean nullableis_operable boolean nullableis_hybrid boolean nullableprimary_damage string nullableprimary_damage_code string nullablesecondary_damage string nullableloss_type string nullableloss_type_code string nullabletitle_code string nullabletitle_sale_doc string nullabletitle_state string nullabletitle_state_name string nullabletitle_notes string nullablewho_can_buy array (default: [])provider_type string nullableorigin string nullableseller string nullablemarket string nullablecurrency string nullableactual_cash_value number nullableestimated_repair_cost number nullableminimum_bid number nullablebuy_now_price number nullablebid_increment number nullableprebid_activity string nullablebidding_notes array (default: [])is_public_auction boolean nullableis_timed_auction boolean nullableis_cat_vehicle boolean nullableauction_at integer nullableauction_schedule_id string nullablelane string nullablerun_number string nullableaisle string nullablestall string nullablevehicle_location string nullablebranch_id string nullablebranch_name string nullablebranch_address string nullablebranch_city string nullablebranch_state string nullablebranch_postal_code string nullablebranch_phone string nullablelatitude number nullablelongitude number nullablecreated_at integer nullableupdated_at integer nullableimage_360_url string nullableimages array (default: [])@type string (default: "IaaiVehicleImage")url string requiredsequence integer nullablewidth integer nullableheight integer nullable422 — The request body did not validate Check the fields against this schema. A URN with the wrong prefix is the most common cause.408 — The request ran past its time limit Raise `timeout` in the request body, up to the maximum this endpoint documents. Lowering `count` or turning off the `with_*` flags also helps, because less work finishes sooner.412 — No vehicle with this item id is listed on IAAI Retrying will not help: either the entity does not exist, or the input points at a different one.429 — Too many requests: a rate limit or a usage window is exhausted When the response carries an X-Retry-After header, wait that many seconds and retry: the same number is in the body as `detail.retry_after`, and the limit clears once that window passes. The message in the body names the limit that was hit.500 — Something broke on our side Retrying will not help. If it keeps happening, send us the X-Request-ID from the response headers.529 — Rate limit reached, or the endpoint is overloaded Wait at least 30 seconds, then retry.X-Error — Error message text (present only on error)X-Request-ID — Unique request identifierX-Execution-Time — Execution time in secondsX-Result-Count — How many records the body carries. 0 means an empty result, which is a normal answer and not by itself an error. A non-zero count can come back together with X-Error when the failure happened partway through — read this header and X-Error independently.X-Total-Available-Results — How many records exist for this query, when the endpoint can say. On a `dry_run` request this is the answer and the body is empty. It saturates: the endpoint's documented maximum means 'at least that many', any smaller number is exact.X-Warning — Present when the request body carried keys this endpoint does not document. They were ignored, so any filter you meant to apply through them did not apply. Check the spelling against this schema and retry.X-Retry-After — Seconds to wait before retrying. Present only on 429.