Skip to main content

com.atproto.sync.getBlob

GET 

/xrpc/com.atproto.sync.getBlob

This endpoint is part of the atproto repository synchronization APIs. Requests usually do not require authentication, and can be made to PDS intances or Relay instances.*

To learn more about calling atproto API endpoints like this one, see the API Hosts and Auth guide.

Get a blob associated with a given account. Returns the full blob as originally uploaded. Does not require auth; implemented by PDS.

Request

Query Parameters

    did didrequired

    The DID of the account.

    cid cidrequired

    The CID of the blob to fetch

Responses

OK

Schema

    any

Loading...