Mint a signed logo upload URL
Returns a one-time signed target for uploading a branding logo. The client uploads the bytes, then PATCHes /gallery/branding with the returned storage_path. Requires a first-party session.
Returns a one-time signed target for uploading a branding logo. The client uploads the bytes, then PATCHes /gallery/branding with the returned storage_path. Requires a first-party session.
Authorization
bearerAuth gallery:createA gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: gallery:create
Header Parameters
Optional. Send a unique key per logical operation to make retries safe: a retry with the same key replays the stored success for 14 days instead of re-running the write. Reusing a key with a different body returns 400.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Request a signed URL to upload a branding (or per-room) logo 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}Get the gallery's branding GET
Returns the gallery's branding (logo, accent color, font, footer, caption defaults). Falls back to built-in defaults when unset.
Update the gallery's branding PATCH
Upserts the gallery's branding. Only supplied fields change; caption_fields is merged. Requires the gallery:write scope (key) or editor membership (user).