v4

latestOpenAPI 3.1.0MIT2026-08-02128224900.7 KB
Images

Update Image

Update an image's metadata

patch/images/{id}

Path parameters

idstring required

Request body

metadataobject

A structured key-value blob that you can use to store arbitrary data on the object. Metadata can be nested — you can store objects and arrays within your metadata. (You can read more about metadata.)

Response

OK

idstring required

A unique TypeID associated with the object.

creation_datestring date-time required

The date and time at which the object was first created.

imagestring required

The URL of the image.

metadataobject

A structured key-value blob that you can use to store arbitrary data on the object. Metadata can be nested — you can store objects and arrays within your metadata. (You can read more about metadata.)

Example response

{
  "image": "https://placecats.com/408/287"
}