Mint a signed publication cover-image upload URL
Returns a one-time signed target for uploading a publication's cover image directly to Storage. The server derives the gallery-scoped object key; the client uploads the bytes, then sets it via PATCH /gallery/publications/{id} with `cover_image_path`. Requires a first-party session.
Returns a one-time signed target for uploading a publication's cover image directly to Storage. The server derives the gallery-scoped object key; the client uploads the bytes, then sets it via PATCH /gallery/publications/{id} with cover_image_path. Requires a first-party session.
Authorization
bearerAuth publications:updateA gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: publications:update
Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Request a signed URL to upload an image object.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
{ "storage_path": "string", "token": "string", "signed_url": "string"}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}List a gallery's public viewing rooms GET
The gallery's public viewing rooms — the browser-safe read surface. Authenticated with a `gpub_` publishable token; CORS-open. Unlisted and private rooms are never returned.
Create a publication POST
Creates a publication in the gallery. A supplied price writes the gated pricing sibling; `published: true` sets its published_at.