app.bsky.video.getUploadLimits

bsky-lexicons.bsky.social

Documentation

Get video upload limits for the authenticated user.

main query

Get video upload limits for the authenticated user.

Output

Encodingapplication/json
canUpload boolean Required

No description available.

error string Optional

No description available.

message string Optional

No description available.

remainingDailyBytes integer Optional

No description available.

remainingDailyVideos integer Optional

No description available.

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

@