support.supper.feed.resolveCheerSubject

supper.support

Documentation

Find an indexed Standard Site document that declares an exact author-owned microblog distribution anchor. This is a candidate lookup; readers must verify the live document and anchor before canonicalizing Cheers. Ambiguous candidates fail closed. No authentication is required; responses contain public records only.

main query

Find an indexed Standard Site document that declares an exact author-owned microblog distribution anchor. This is a candidate lookup; readers must verify the live document and anchor before canonicalizing Cheers. Ambiguous candidates fail closed. No authentication is required; responses contain public records only.

Parameters

cid string cid Required

CID of the current public microblog anchor revision.

uri string at-uri Required

Exact AT URI of the public app.bsky.feed.post distribution anchor.

Output

Encodingapplication/json
subject stringat-uri Optional

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

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
CID of the current public microblog anchor revision.
Exact AT URI of the public app.bsky.feed.post distribution anchor.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "properties": {
        "subject": {
          "type": "string",
          "format": "at-uri"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "uri",
      "cid"
    ],
    "properties": {
      "cid": {
        "type": "string",
        "format": "cid",
        "description": "CID of the current public microblog anchor revision."
      },
      "uri": {
        "type": "string",
        "format": "at-uri",
        "description": "Exact AT URI of the public app.bsky.feed.post distribution anchor."
      }
    }
  },
  "description": "Find an indexed Standard Site document that declares an exact author-owned microblog distribution anchor. This is a candidate lookup; readers must verify the live document and anchor before canonicalizing Cheers. Ambiguous candidates fail closed. No authentication is required; responses contain public records only."
}

Lexicon Garden

@