space.highport.sites.getTileIcon

lexicons.highport.space

Documentation

A tile's icon bytes, served with the blob's mimeType and a one-year immutable Cache-Control. Lets directories show icons even after the author's PDS has dropped the blob.

main query

A tile's icon bytes, served with the blob's mimeType and a one-year immutable Cache-Control. Lets directories show icons even after the author's PDS has dropped the blob.

Parameters

cid string cid Required

The icon blob's CID.

Output

Encoding*/*

Errors

TileNotFound No published tile uses that icon CID.
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
The icon blob's CID.
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "TileNotFound",
      "description": "No published tile uses that icon CID."
    }
  ],
  "output": {
    "encoding": "*/*"
  },
  "parameters": {
    "type": "params",
    "required": [
      "cid"
    ],
    "properties": {
      "cid": {
        "type": "string",
        "format": "cid",
        "description": "The icon blob's CID."
      }
    }
  },
  "description": "A tile's icon bytes, served with the blob's mimeType and a one-year immutable Cache-Control. Lets directories show icons even after the author's PDS has dropped the blob."
}

Lexicon Garden

@