Skip to main content
GET
/
video
/
{video_id}
/
meeting
Get meeting by video
curl --request GET \
  --url https://api.videodb.io/video/{video_id}/meeting \
  --header 'x-access-token: <api-key>'
{
  "success": true,
  "data": {}
}
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

Authorizations

x-access-token
string
header
required

API key for authentication (sk-xxx format)

Path Parameters

video_id
string
required
Example:

"m-12345"

Response

200 - application/json

Meeting information for video

success
boolean
Example:

true

data
object