Skip to content

Update or create a branding asset blob. Requires admin authorization.

POST
/xrpc/place.stream.branding.updateBlob
object
key
required

Branding asset key (mainLogo, favicon, siteTitle, etc.)

string
broadcaster

DID of the broadcaster. If not provided, uses the server’s default broadcaster.

string format: did
data
required

Base64-encoded blob data

string
mimeType
required

MIME type of the blob (e.g., image/png, text/plain)

string
width

Image width in pixels (optional, for images only)

integer
height

Image height in pixels (optional, for images only)

integer

Success

object
success
required
boolean

Bad Request

object
error
required
One of:
string
message
required
string