No description available.
Input
Encoding
application/jsonplaybackToken
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
Encoding
application/jsonErrors
InvalidPlaybackToken
LoopRateLimited
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": [
"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"
}
}