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
Example request
{
"path": "/nature/mammals/seamammals"
}Response
Label created
Example response
{
"path": "/nature/mammals/seamammals"
}