Live StreamsCreate Clip from Recording
Live Streams

Create Clip from Recording

curl -X POST "https://api.videograph.ai/video/services/api/v1/livestreams/example_string/clips" \
  -H "Content-Type: application/json" \
  -H "Authorization: Basic YOUR_CREDENTIALS" \
  -d '{
  "title": "example_string",
  "description": "example_string",
  "tags": [
    "example_string"
  ],
  "metadata": [
    {
      "key": "example_string",
      "value": "example_string"
    }
  ],
  "startTime": 42,
  "endTime": 42
}'
{}
POST
/video/services/api/v1/livestreams/{STREAM_ID}/clips
POST
Security Scheme
Basic Authentication
Usernamestring
Required

Username for basic authentication

Passwordpassword
Required

Password for basic authentication

Content-Typestring
Required

The media type of the request body

Options: application/json
descriptionstring

Describe your content.

tagsarray

Provide a list of tags that best describe your clip.

metadataarray

Provide clip metadata as key value pairs.

startTimeinteger
Required

Clip start time in secs from epoc

Format: int64
endTimeinteger
Required

Clip end time in secs from epoc

Format: int64
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

Body

application/json
descriptionstring

Describe your content.

tagsarray

Provide a list of tags that best describe your clip.

metadataarray

Provide clip metadata as key value pairs.

startTimeinteger
Required

Clip start time in secs from epoc

endTimeinteger
Required

Clip end time in secs from epoc

Responses

Successful response

Was this page helpful?
Built with Documentation.AI

Last updated Dec 29, 2025