Gallery Platform API
Reference

List artist images

Lists an artist's images (headshots, studio, install shots) in display order, each with a short-lived signed download URL (null when the caller can't sign the private object, e.g. an API key).

GET
/gallery/artists/{id}/images

Lists an artist's images (headshots, studio, install shots) in display order, each with a short-lived signed download URL (null when the caller can't sign the private object, e.g. an API key).

Authorization

bearerAuth artists:read
AuthorizationBearer <token>

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

In: header

Scope: artists: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",      "artist_id": "string",      "storage_path": "string",      "url": "string",      "alt_text": "string",      "kind": "headshot",      "position": -9007199254740991,      "created_at": "string"    }  ]}