Skip to main content

app.bsky.video.uploadVideo

POST 

/app.bsky.video.uploadVideo

Upload a video to be processed then stored on the PDS.

Request

Body

required

    any

Responses

OK

Schema

    jobStatus

    object

    required

    jobId stringrequired
    did didrequired
    state stringrequired

    Possible values: [JOB_STATE_COMPLETED, JOB_STATE_FAILED]

    The state of the video processing job. All values not listed as a known value indicate that the job is in process.

    progress integer

    Possible values: <= 100

    blob binary
    error string
    message string
Loading...