com.getorbyt.video.recordLoop

getorbyt.com

Documentation

main procedure

No description available.

Input

Encodingapplication/json
playbackToken string Required

No description available.

post stringat-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

Output

Encodingapplication/json

Errors

InvalidPlaybackToken
LoopRateLimited
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": [
        "post",
        "playbackToken"
      ],
      "properties": {
        "post": {
          "type": "string",
          "format": "at-uri"
        },
        "playbackToken": {
          "type": "string"
        }
      }
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "InvalidPlaybackToken"
    },
    {
      "name": "LoopRateLimited"
    }
  ],
  "output": {
    "schema": {
      "ref": "com.getorbyt.video.defs#loopView",
      "type": "ref"
    },
    "encoding": "application/json"
  }
}

Lexicon Garden

@