Skip to main content
POST
Record a meeting

Authorizations

x-access-token
string
header
required

API key for authentication (sk-xxx format)

Path Parameters

collection_id
string
required
Example:

"default"

Body

application/json
meeting_url
string
required
Example:

"https://meet.google.com/abc-def-ghi"

bot_name
string
default:VideoDB Assistant
Example:

"VideoDB Assistant"

meeting_title
string
Example:

"Weekly standup"

time_zone
string
default:UTC
Example:

"UTC"

bot_image_url
string
Example:

"https://example.com/bot-avatar.png"

realtime_stream
boolean
default:false
Example:

false

callback_url
string
Example:

"https://webhook.example.com/callback"

callback_data
object

Response

Meeting recording started

success
boolean
Example:

true

data
object