app.chronosky.media.getBlob

lexicon.store View official

{
  "id": "app.chronosky.media.getBlob",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "BlobNotFound",
          "description": "The requested blob was not found."
        },
        {
          "name": "InvalidRequest",
          "description": "Invalid CID format or missing parameters."
        }
      ],
      "output": {
        "encoding": "*/*"
      },
      "parameters": {
        "type": "params",
        "required": [
          "cid"
        ],
        "properties": {
          "cid": {
            "type": "string",
            "maxLength": 200,
            "description": "Content Identifier (CID) of the blob to retrieve."
          }
        }
      },
      "description": "Get a blob by its CID from temporary R2 storage. Returns the raw binary content. The authenticated user's temporary blob is retrieved using their DID and the provided CID."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.chronosky.media.getBlob

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreid3sa3lerykszafqz47kv3zwq3wgptmjvfmuzfd4kzrq52mfz3f3a
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/app.chronosky.media.getBlob

Lexicon Garden

@