place.stream.branding.getBlob

did:web:stream.place

Documentation

Get a specific branding asset blob by key.

main query

Get a specific branding asset blob by key.

Parameters

broadcaster string did Optional

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

key string Required

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

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.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
DID of the broadcaster. If not provided, uses the server's default broadcaster.
Branding asset key (mainLogo, favicon, siteTitle, etc.)
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."
}

Lexicon Garden

@