GET
/
streaming
/
playlists
/
{playlist_id}
/
videos
curl --request GET \
  --url https://api.gcore.com/streaming/playlists/{playlist_id}/videos \
  --header 'APIKey: <api-key>'
[
  {
    "name": "IBC 2025 - International Broadcasting Convention",
    "description": "We look forward to welcoming you at IBC2025, which will take place 12-15 September 2025.",
    "origin_url": "https://www.googleapis.com/drive/v3/files/...?alt=media",
    "origin_http_headers": "Authorization: Bearer ...",
    "priority": 0,
    "clip_start_seconds": 137,
    "clip_duration_seconds": 60,
    "directory_id": 800,
    "projection": "regular",
    "client_user_id": 10,
    "stream_id": 1,
    "poster": "data:image/jpeg;base64,/9j/4AA...qf/2Q==",
    "screenshot_id": -1,
    "auto_transcribe_audio_language": "auto"
  }
]

Authorizations

APIKey
string
header
required

API key for authentication.

Path Parameters

playlist_id
integer
required

Playlist ID.
IDs of all created playlists can be received via Get All Playlists request

Response

200 - application/json

Successful

The response is of type object[].