Upload listing image(s)
upload_listing_imageAttach images to a listing by providing one or more image URLs. Returns created image objects with IDs and sizes.
Instructions
Attach image(s) to a listing (POST /listings/:id/image-upload). Provide either image_url (the API fetches it) and/or an images array of image URLs. Returns the created image objects with their ids and sizes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Listing id | |
| images | No | Array of image URLs to import | |
| image_url | No | A single image URL to import |