Skip to main content
POST
Add a video to a playlist

Authorizations

Authorization
string
header
required

API key obtained from your Tella account settings

Path Parameters

id
string
required

Unique playlist identifier

Example:

"pl_abc123def456"

Body

application/json

Request body for adding a video to a playlist

videoId
string
required

ID of the video to add to the playlist

Example:

"vid_xyz789ghi012"

Response

Video successfully added to playlist

Standard success response for operations that don't return data

status
enum<string>
required

Operation status

Available options:
ok
Example:

"ok"