Skip to main content
GET
Get video details
Retrieve complete metadata for a specific video including duration, transcript status, thumbnail, and stream URLs.
  • Video IDs start with the prefix v-
  • Each video maintains its own stream URL for playback
  • Video metadata includes length in seconds, name, description, and thumbnail URL
  • Videos belong to a collection and inherit collection-level access controls

Authorizations

x-access-token
string
header
required

API key for authentication (sk-xxx format)

Path Parameters

video_id
string
required
Pattern: ^m-
Example:

"m-12345"

Query Parameters

collection_id
string
Example:

"default"

Response

200 - application/json

Video details

success
boolean
Example:

true

data
object