POST
/
streaming
/
playlists
curl --request POST \
  --url https://api.gcore.com/streaming/playlists \
  --header 'APIKey: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "Playlist: Webinar '\''Onboarding for new employees on working with the corporate portal'\''",
  "active": true,
  "start_time": "2024-07-01T11:00:00Z",
  "loop": false,
  "video_ids": [
    17800,
    17801
  ],
  "client_user_id": 2876,
  "countdown": true,
  "playlist_type": "live"
}'
{
  "name": "Playlist: Webinar 'Onboarding for new employees on working with the corporate portal'",
  "active": true,
  "start_time": "2024-07-01T11:00:00Z",
  "loop": false,
  "video_ids": [
    17800,
    17801
  ],
  "client_user_id": 2876,
  "countdown": true,
  "playlist_type": "live",
  "id": 6018
}

Authorizations

APIKey
string
header
required

API key for authentication.

Body

application/json

Response

200 - application/json

Successful

The response is of type object.