zone.stratos.sync.getBlob

lexicon.northsky.app

Documentation

Get a blob by CID with boundary-based access control.

main query

Get a blob by CID with boundary-based access control.

Parameters

cid string cid Required

A content identifier (CID) referencing immutable data.

did string did Required

A decentralized identifier (DID).

Output

Encoding*/*

Errors

BlobNotFound
Forbidden
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": "BlobNotFound"
    },
    {
      "name": "Forbidden"
    }
  ],
  "output": {
    "encoding": "*/*"
  },
  "parameters": {
    "type": "params",
    "required": [
      "did",
      "cid"
    ],
    "properties": {
      "cid": {
        "type": "string",
        "format": "cid"
      },
      "did": {
        "type": "string",
        "format": "did"
      }
    }
  },
  "description": "Get a blob by CID with boundary-based access control."
}

Lexicon Garden

@