Skip to main content
POST
Add a tag to a video

Authorizations

Authorization
string
header
required

API key obtained from your Tella account settings

Path Parameters

id
string
required

Unique video identifier

Example:

"vid_abc123def456"

Body

application/json

Request body for tagging a video

tagId
string
required

ID of the tag to add to the video

Example:

"tag_abc123def456"

Response

Tag added to video

Standard success response for operations that don't return data

status
enum<string>
required

Operation status

Available options:
ok
Example:

"ok"