Implement app.bsky.video upload and processing endpoints #22
Labels
No labels
breaking-change
bug
documentation
duplicate
enhancement
good first issue
help wanted
performance
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Grandiras/ATProto.NET#22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
ATProto.NET has no support for
app.bsky.videoendpoints. Video is an important part of the Bluesky experience and clients need to be able to upload and manage video content.Endpoints to implement
app.bsky.video.uploadVideo- Upload a video fileapp.bsky.video.getJobStatus- Check video processing statusapp.bsky.video.getUploadLimits- Get upload limits for the authenticated userModels needed
JobStatus- Video processing job status (state, progress, blob reference, error)VideoEmbed) but the upload/processing workflow is missingImplementation notes
getJobStatus