Upload workspace logo
Upload or replace a workspace logo.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <API_KEY>, where API_KEY is your API key.
Path parameters
workspaceId
Workspace whose logo to replace.
Headers
X-Account-Id
Account that owns the workspace.
Request
This endpoint expects a multipart form containing a file.
file
The logo image. Must be a raster type — PNG, JPEG, GIF or WEBP (SVG is not allowed) — and at most 2 MB.
Response
Confirms the upload and returns the new logo URL.
success
True when the logo was stored.
logo
The new public logo url — the same value the workspace detail returns as branding.logo.
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error

