v50

latestOpenAPI 3.0.3raw.githubusercontent.com2025-01-2810050281.4 KB
Folders

Create Folder

Create a new folder for the account - note that there is a limit of 1000 folders per account

post/v1/accounts/{{account_id}}/folders

Path parameters

account_idstring required

Video Cloud account ID.

Headers

Content-Typestring required

Content-Type: application/json

Authorizationstring required

Authorization: Bearer {access_token} - see Getting Access Tokens

Request body

account_idstring

Video Cloud account id

created_atstring

date/time folder created

idstring

system id for the folder

namestring

folder name

updated_atstring

date/time folder last modified

video_countstring

number of videos in the folder

Example request

{
  "created_at": "2017-11-23T19:53:59.687Z",
  "id": "5a17275782aca45b631295f9",
  "name": "birds",
  "updated_at": "2017-11-23T20:06:24.537Z"
}

Response

Folder created

account_idstring

Video Cloud account id

created_atstring

date/time folder created

idstring

system id for the folder

namestring

folder name

updated_atstring

date/time folder last modified

video_countstring

number of videos in the folder

Example response

{
  "created_at": "2017-11-23T19:53:59.687Z",
  "id": "5a17275782aca45b631295f9",
  "name": "birds",
  "updated_at": "2017-11-23T20:06:24.537Z"
}