Add a video to a playlist
Playlists
Add a video to a playlist
Adds an existing video to the specified playlist
POST
Add a video to a playlist
Documentation Index
Fetch the complete documentation index at: https://tella.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key obtained from your Tella account settings
Path Parameters
Unique playlist identifier
Example:
"pl_abc123def456"
Body
application/json
Request body for adding a video to a playlist
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
Operation status
Available options:
ok Example:
"ok"