Skip to content

Get all branding configuration for the broadcaster.

GET
/xrpc/place.stream.branding.getBranding
broadcaster

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

string format: did

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

Success

object
assets
required

List of available branding assets

Array<object>
object
key
required

Asset key identifier

string
mimeType
required

MIME type of the asset

string
url

URL to fetch the asset blob (for images)

string
data

Inline data for text assets

string
width

Image width in pixels (optional, for images only)

integer
height

Image height in pixels (optional, for images only)

integer