Meeting
Record a meeting
post/collection/{collection_id}/meeting/record
Path parameters
collection_idstring required
Example:default
Request body
Example request
{
"meeting_url": "https://meet.google.com/abc-def-ghi",
"bot_name": "VideoDB Assistant",
"meeting_title": "Weekly standup",
"time_zone": "UTC",
"bot_image_url": "https://example.com/bot-avatar.png",
"callback_url": "https://webhook.example.com/callback"
}Response
Meeting recording started
Example response
{
"success": true,
"data": {
"bot_id": "bot-12345"
}
}