POST
/
videos

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string

The title of the video

input
string

Either a full URL we can fetch the video file from, or a reference to a previously completed upload

description
string

A short description for the video

privacy
enum<string>

If authenticated, the viewer will need to provide either a cookie or JWT when requesting a landing page, embed code or HLS manifest URL

Available options:
public,
private,
password,
authenticated
password
string

If you set the value of privacy as password you will need to send that password. This value should be at least 8 characters. It should contain at least one letter and at least one number

spherical
boolean

Is the video in 360?

projection
enum<string>

For 360 videos we currently support equirectangular

Available options:
equirectangular
language
enum<string>

The audio language

Available options:
de-DE,
en-AU,
en-GB,
en-US,
es-ES,
fr-FR,
it-IT
tags
string[]

An array of up to ten tags

Response

200 - application/json
success
boolean
required
result
object
required
links
object
required
errors
object[]
required