/
GU
gumlet
/
gumlet-rest-apis
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 4w ago · Updated 4w ago
View markdown
API Endpoints
59
get
Get all playlists
post
Create Playlist
post
Create Asset
get
Asset Details
delete
Delete Asset
post
Create Asset Direct Upload
post
Update Asset
get
List Assets
post
Create/Update Video Asset Chapters
post
Upload Subtitle
post
Upload Subtitle Completion
post
Upload Audio
post
Upload Audio Completion
post
Update thumbnail from video
post
Update thumbnail via upload
get
Single Part
post
Complete Multipart Upload
get
List Workspaces
post
Create Workspace
get
Get Workspace
post
Update Workspace
delete
Delete Workspace
get
List Folders
post
Create Folder
get
Get Folder
post
Update Folder
delete
Delete Folder
post
Remove Assets From Folder
post
Update Playlist
post
Add asset to playlist
delete
Remove asset from playlist
get
Get playlist assets
post
Arrange Videos In Playlist
post
Video Analytics
get
List Profiles
post
Create Profile
get
Get Profile
post
Update Profile
delete
Delete Profile
post
Create Webhook
post
Update Webhook
delete
Delete Webhook
post
Chart Data
post
Breakdown Data
post
Aggregated Data
post
Create Live Asset
get
Get Live Asset Status
delete
Delete Live Asset
post
Update Live Asset
post
Upload Live Thumbnails
post
Complete Live Stream
get
Get Live Asset Status History
get
Filter Live Assets
get
List Sources
post
Create Source
post
Update Source
delete
Delete Source
post
Image Analytics
post
Purge Cache
delete
/video/playlist/{playlist_id}
post
Invite Channel Viewers
post
Remove Channel Viewers
post
Invite Channel Viewers via CSV
post
/video/live/assets/{live_asset_id}/start
get
/image/sources/{source_id}
API Endpoints
Remove asset from playlist
delete
/video/playlist/{playlist_id}/asset
Path parameters
playlist_id
string
required
Request body
object
required
delete_list
string[]
required
Array of video asset ids.
Response
200
object
required
success
boolean
Example response
{ "success": true }