blue.catbird.circle.getMedia

catbird.blue

Documentation

Get media associated with a post in a Circle Space

main query

Get media associated with a post in a Circle Space

Parameters

cid string cid Required

A content identifier (CID) referencing immutable data.

did string did Required

A decentralized identifier (DID).

space string space-ref Required

No description available.

Output

Encoding*/*

Errors

AuthRequired
AccessRemoved
UnsupportedPDS
ProtocolRevisionMismatch
UpstreamUnavailable
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
A content identifier (CID) referencing immutable data.
A decentralized identifier (DID).
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "AuthRequired"
    },
    {
      "name": "AccessRemoved"
    },
    {
      "name": "UnsupportedPDS"
    },
    {
      "name": "ProtocolRevisionMismatch"
    },
    {
      "name": "UpstreamUnavailable"
    }
  ],
  "output": {
    "encoding": "*/*"
  },
  "parameters": {
    "type": "params",
    "required": [
      "space",
      "did",
      "cid"
    ],
    "properties": {
      "cid": {
        "type": "string",
        "format": "cid"
      },
      "did": {
        "type": "string",
        "format": "did"
      },
      "space": {
        "type": "string",
        "format": "space-ref"
      }
    }
  },
  "description": "Get media associated with a post in a Circle Space"
}

Lexicon Garden

@