Upload a video to be processed then stored on the PDS.
Input
Encoding
video/mp4Accepts raw binary data
Output
Encoding
application/jsonjobStatus
refapp.bsky.video.defs#jobStatus
Required
No description provided.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
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."
}