v50

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

Create a Label

Create a new label for the account

post/v1/accounts/{{account_id}}/labels

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

pathstring

Example request

{
  "path": "/nature/mammals/seamammals"
}

Response

Label created

pathstring

Example response

{
  "path": "/nature/mammals/seamammals"
}