uk.skyblur.post.decryptByCid

skyblur.uk

Documentation

Decrypting the post by blob cid.

main procedure

Decrypting the post by blob cid.

Input

Encodingapplication/json
cid 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

Encodingapplication/json
additional 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.

Base URL for XRPC calls (e.g., https://bsky.social)
Enter valid JSON for the request body
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."
}

Lexicon Garden

@