POST videos/upload
Resumable POST uploads. Once the videos have been uploaded successfully, you will receive a response which contains the video ids and their status.
Resource URL
Resource Information
Required scope
|
admin |
Required role
|
All |
Response formats
|
JSON, XML |
Requires authentication?
|
Yes |
Parameters
files
required
|
The video files (array) |
title
required
|
The title of the video (array) |
description
required
|
The description of the video (array) |
Example Request
Example Result
{ "files": [{ "status_upload": 3, "name": "20150204_115248.mp4", "size": 25574974, "type": "video\/mp4", "title": "The title of the video", "description": "The description of the video", "deleteType": "POST", "ext": "mp4", "video_id": "144ed32f7c56b271" }] }