{"name":"CenterStage Video API","version":"1.0.0","documentation":"https://centerstage-ci-api.emtrain.com/api-docs","endpoints":{"playlists":{"list":"GET /api/playlists?userId={id}","get":"GET /api/playlists/:id","create":"POST /api/playlists","update":"PUT /api/playlists/:id","delete":"DELETE /api/playlists/:id"},"playlistVideos":{"add":"POST /api/playlists/:id/videos","remove":"DELETE /api/playlists/:id/videos/:videoId","reorder":"PUT /api/playlists/:id/videos/:videoId/position"},"videos":{"list":"GET /api/videos","get":"GET /api/videos/:id","captions":"GET /api/videos/:id/captions/:langCode.vtt"},"concepts":{"list":"GET /api/concepts?categoryId={id}"},"categories":{"list":"GET /api/categories"}}}