Integrazu Adverts

Add Images To Advert

Add images to an advert.

Integrazu Endpoint: POST /api/vehicles/adverts/images/{id}

Args: advert_id: Integrazu advert ID body: List of image URLs to upload brand_id: Brand ID to fetch the correct Integrazu token

Returns: Image upload response

Example payload:

{
    "images": [
        "https://example.com/image1.jpg",
        "https://example.com/image2.jpg"
    ]
}
post/api/integrazu/adverts/images/{advert_id}

Path parameters

advert_idinteger required

Query parameters

brand_idinteger required

Z_Brands.id for token lookup

Z_Brands.id for token lookup

Headers

x-api-tokenstring nullable

Request body

imagesstring[] required

List of image URLs

Example request

{
  "images": [
    "https://example.com/image1.jpg",
    "https://example.com/image2.jpg"
  ]
}

Response

Successful Response

object required

Changes

No recorded changes to this endpoint across all 1 revision of this API.