social.colibri.beta.blob.get

colibri.social

{
  "id": "social.colibri.beta.blob.get",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "AuthRequired",
          "description": "The request has no valid service auth."
        },
        {
          "name": "Forbidden",
          "description": "The requesting user may not read the space holding the blob."
        },
        {
          "name": "BlobNotFound",
          "description": "No blob matches the given DID and CID."
        },
        {
          "name": "InvalidRequest",
          "description": "The arguments are inconsistent or malformed beyond schema validation."
        },
        {
          "name": "UpstreamFailure",
          "description": "The repo's PDS failed while the AppView fetched the blob."
        }
      ],
      "output": {
        "encoding": "*/*"
      },
      "parameters": {
        "type": "params",
        "required": [
          "did",
          "cid"
        ],
        "properties": {
          "cid": {
            "type": "string",
            "format": "cid",
            "description": "The blob's CID."
          },
          "did": {
            "type": "string",
            "format": "did",
            "description": "DID of the repo holding the blob."
          },
          "space": {
            "type": "string",
            "format": "space-ref",
            "description": "The space holding the blob. Required for a blob in a permissioned space, and omitted for one on a public repo."
          },
          "variant": {
            "type": "string",
            "description": "A rendition of a resizable image.",
            "knownValues": [
              "thumbnail",
              "avatar",
              "banner",
              "full"
            ]
          },
          "filename": {
            "type": "string",
            "description": "Sets the download filename."
          }
        }
      },
      "description": "Serves a blob from a permissioned space through the AppView, which holds the space credential the client does not. Every byte is verified against the CID before it is served, and the content type is sniffed rather than trusted. Supports HTTP range requests."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.colibri.beta.blob.get

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:mprdjqjluoswa7awzggaggj3
CID
bafyreiba2koryrorplyykgywdlvodhi47sgnjvbwtyl75etpcbfnugalky
Indexed At
2026-08-23 12:32 UTC
AT-URI
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.beta.blob.get

Lexicon Garden

@