Backfill in-progress. Some lexicons and records may be missing or incomplete.

app.bsky.video.uploadVideo

bsky-lexicons.bsky.social

Documentation

main procedure

Upload a video to be processed then stored on the PDS.

Input

Encodingvideo/mp4

Accepts raw binary data

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": {
    "encoding": "video/mp4"
  },
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "jobStatus"
      ],
      "properties": {
        "jobStatus": {
          "ref": "app.bsky.video.defs#jobStatus",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Upload a video to be processed then stored on the PDS."
}

Lexicon Garden

@