Get artwork insurance coverage
Returns an artwork's insurance coverage (agreed value + policy), or null when none is set. Requires the artworks:write scope — coverage is a financial record, readable only by keys that can manage artworks.
Returns an artwork's insurance coverage (agreed value + policy), or null when none is set. Requires the artworks:write scope — coverage is a financial record, readable only by keys that can manage artworks.
Authorization
bearerAuth artworks:writeA gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: artworks:write
Path Parameters
The artwork id.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
{ "artwork_id": "string", "insured_value_cents": -9007199254740991, "insured_value_is_agreed": true, "currency": "string", "insurer": "string", "policy_number": "string", "policy_expires_at": "string", "coverage_notes": "string", "updated_at": "string"}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}Mint a signed image upload URL POST
Returns a one-time signed target for uploading an image directly to Storage. The server derives the gallery-scoped object key; the client then uploads the bytes and registers the object via POST /images. Requires a first-party session.
Set artwork insurance coverage PATCH
Creates or replaces an artwork's insurance coverage (upsert).