Get all branding configuration for the broadcaster.
GET
/xrpc/place.stream.branding.getBranding
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” 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.
Responses
Section titled “ Responses ”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