curl --request GET \
--url https://api.videodb.io/video/{video_id}/meeting \
--header 'x-access-token: <api-key>'
Copy
Ask AI
{
"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