app.bsky.video.getUploadLimits
#main
Get video upload limits for the authenticated user.
Output
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| canUpload | boolean | - | ✅ | - |
| remainingDailyVideos | integer | - | ❌ | - |
| remainingDailyBytes | integer | - | ❌ | - |
| message | string | - | ❌ | - |
| error | string | - | ❌ | - |