Images are not independent records. Rather, they are properties of sites, customers, staff, companies, categories and products.
There is no explicit GET
action for images. To download image data,
GET
the URL assigned to the image
property of the related
record.
The simplest way to add an image to a record is to assign a URL of an image hosted on a third-party server:
PUT /v1/companies/5678/staff/5 |
image
property to
null
will delete it.