Skip to main content
POST
Upload vehicle photos

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme

Path Parameters

id
integer
required

ID of the quote request the photos belong to

Example:

11

Body

multipart/form-data
quote_price_id
string<uuid>
required

The quote price the customer selected, from POST /quote-requests. Must belong to a comprehensive quote.

Example:

"e059d28e-a519-43af-b9d4-e1cc5d97ecb7"

front
file
required

Photo of the front of the vehicle. JPG or PNG, up to 3 MB.

back
file
required

Photo of the rear of the vehicle. JPG or PNG, up to 3 MB.

right
file
required

Photo of the right-hand side of the vehicle. JPG or PNG, up to 3 MB.

left
file
required

Photo of the left-hand side of the vehicle. JPG or PNG, up to 3 MB.

chassis
file
required

Photo of the chassis (VIN) number. JPG or PNG, up to 3 MB.

Response

Photos stored

attachments
object

The stored photo URLs, keyed by position.

Example:
already_registered
boolean

True when the provider already held photos for this vehicle from an earlier upload and kept them. Nothing to act on — the quote is ready for the payment OTP either way.

Example:

false