Get a blob by CID with boundary-based access control.
Parameters
Output
Encoding
*/*Errors
BlobNotFound
Forbidden
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
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."
}