app.bsky.feed.sendInteractions

bsky-lexicons.bsky.social

Documentation

Send information about interactions with feed items back to the feed generator that served them.

main procedure

Send information about interactions with feed items back to the feed generator that served them.

Input

Encodingapplication/json
interactions array Required

No description available.

Output

Encodingapplication/json
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": [
        "interactions"
      ],
      "properties": {
        "interactions": {
          "type": "array",
          "items": {
            "ref": "app.bsky.feed.defs#interaction",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "properties": {}
    },
    "encoding": "application/json"
  },
  "description": "Send information about interactions with feed items back to the feed generator that served them."
}

Lexicon Garden

@