Live StreamsList Livestream Clips
Live Streams

List Livestream Clips

curl -X GET "https://api.videograph.ai/video/services/api/v1/livestreams/example_string/clips" \
  -H "Content-Type: application/json" \
  -H "Authorization: Basic YOUR_CREDENTIALS"
{}
GET
/video/services/api/v1/livestreams/{STREAM_ID}/clips
GET
Security Scheme
Basic Authentication
Usernamestring
Required

Username for basic authentication

Passwordpassword
Required

Password for basic authentication

Request Preview
Response

Response will appear here after sending the request

Authentication

basicAuth
header
Authorizationstring
Required

Basic authentication credentials. Provide username and password encoded in Base64 format: Basic base64(username:password)

Path Parameters

Responses

Successful response

Was this page helpful?
Built with Documentation.AI

Last updated Dec 29, 2025