Skip to main content
GET
List videos
Retrieve all videos from a collection with full metadata for each video including duration, thumbnails, and stream URLs.
  • Returns all videos within a specific collection
  • Each video object contains complete metadata (ID, name, duration, stream URL, thumbnail)
  • Videos are organized at the collection level
  • Video list includes only videos belonging to the authenticated user’s collections

Authorizations

x-access-token
string
header
required

API key for authentication (sk-xxx format)

Query Parameters

collection_id
string
Example:

"default"

page_index
integer
Example:

0

count
integer
Required range: x <= 5000
Example:

50

Response

200 - application/json

List of videos

success
boolean
Example:

true

data
object