Gallery Platform API
Reference

List artwork images

Lists an artwork's images in display order, each with a short-lived signed download URL.

GET
/gallery/artworks/{id}/images

Lists an artwork's images in display order, each with a short-lived signed download URL.

Authorization

bearerAuth artworks:read
AuthorizationBearer <token>

A gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).

In: header

Scope: artworks:read

Path Parameters

id*string

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

{  "data": [    {      "id": "string",      "artwork_id": "string",      "storage_path": "string",      "url": "string",      "alt_text": "string",      "kind": "artwork",      "width": -9007199254740991,      "height": -9007199254740991,      "position": -9007199254740991,      "created_at": "string"    }  ]}