Last updated
Last updated
URL:
You can access the API using one of the following methods:
Include the Authorization
header with your API key.
Include the apiKey
as a query parameter in the URL.
The API supports the following request formats:
form-data
json
x-www-form-urlencoded
Each request must include the appropriate header to be accepted.
The request body should be a form-data object containing a file named file
or data
.
The response JSON body takes the following shape:
The request body should be a JSON string containing a key named file
or data
. Data should be encoded as base64 in the following format.
The request body should be x-www-form-urlencoded containing a key named file
or data
. Data should be encoded as base64 in the following format.
If you need any other added, let us know.
MP4 - .mp4
OGG - .ogg
WEBM - .webm
AVI - .avi
MKV - .mkv
MOV - .mov
WMV - .wmv
FLV - .flv
M4V - .m4v
To upload a video to the Video API, send a POST request to the API endpoint.