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

app.bsky.video.getUploadLimits

bsky-lexicons.bsky.social

Documentation

main query

Get video upload limits for the authenticated user.

Output

Encodingapplication/json
canUpload boolean Required

No description provided.

error string Optional

No description provided.

message string Optional

No description provided.

remainingDailyBytes integer Optional

No description provided.

remainingDailyVideos integer Optional

No description provided.

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://api.bsky.social)
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "canUpload"
      ],
      "properties": {
        "error": {
          "type": "string"
        },
        "message": {
          "type": "string"
        },
        "canUpload": {
          "type": "boolean"
        },
        "remainingDailyBytes": {
          "type": "integer"
        },
        "remainingDailyVideos": {
          "type": "integer"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Get video upload limits for the authenticated user."
}

Lexicon Garden

@