uk.skyblur.post.encrypt

skyblur.uk

Documentation

Encrypting the post.

main procedure

Encrypting the post.

Input

Encodingapplication/json
body string Required

No description available.

password string Required

No description available.

Output

Encodingapplication/json
body string Required

No description available.

message string Optional

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": [
        "body",
        "password"
      ],
      "properties": {
        "body": {
          "type": "string"
        },
        "password": {
          "type": "string"
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "body"
      ],
      "properties": {
        "body": {
          "type": "string"
        },
        "message": {
          "type": "string"
        }
      }
    },
    "encoding": "application/json",
    "description": "Returns the encrypted result."
  },
  "description": "Encrypting the post."
}

Lexicon Garden

@