Decrypting the post by blob cid.
Input
Encoding
application/jsoncid
stringcid
Required
A content identifier (CID) referencing immutable data.
password
string
Required
No description available.
pds
stringuri
Required
A valid URI.
repo
stringdid
Required
A decentralized identifier (DID).
Output
Encoding
application/jsonadditional
string
Optional
No description available.
message
string
Optional
No description available.
text
string
Required
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"pds",
"repo",
"cid",
"password"
],
"properties": {
"cid": {
"type": "string",
"format": "cid"
},
"pds": {
"type": "string",
"format": "uri"
},
"repo": {
"type": "string",
"format": "did"
},
"password": {
"type": "string"
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"required": [
"text"
],
"properties": {
"text": {
"type": "string"
},
"message": {
"type": "string"
},
"additional": {
"type": "string"
}
}
},
"encoding": "application/json",
"description": "Returns the encrypted result."
},
"description": "Decrypting the post by blob cid."
}