Get a specific branding asset blob by key.
Parameters
Output
Encoding
*/*Errors
BrandingNotFound
The requested branding asset does not exist Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "BrandingNotFound",
"description": "The requested branding asset does not exist"
}
],
"output": {
"schema": null,
"encoding": "*/*",
"description": "Raw blob data with appropriate content-type"
},
"parameters": {
"type": "params",
"required": [
"key"
],
"properties": {
"key": {
"type": "string",
"description": "Branding asset key (mainLogo, favicon, siteTitle, etc.)"
},
"broadcaster": {
"type": "string",
"format": "did",
"description": "DID of the broadcaster. If not provided, uses the server's default broadcaster."
}
}
},
"description": "Get a specific branding asset blob by key."
}