Skip to main content
GET
Get meeting by video
Retrieve meeting information for a video that was recorded from a meeting. This is useful when you have a video ID and want to look up its meeting context.
  • Only returns data for videos that were recorded from meetings
  • Returns meeting metadata including bot details and recording status

Record Meeting

Start a new meeting recording

Get Video

Get video details

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"

Response

200 - application/json

Meeting information for video

success
boolean
Example:

true

data
object