Skip to main content
GET
Get meeting recording information
Retrieve information about a meeting recording, including its status and video URL.
  • Status indicates the current state of the recording (e.g., recording, done)
  • The video_url is available once the recording is complete
  • Use the bot_id returned from the record meeting endpoint

Record Meeting

Start a new recording

Get Meeting by Video

Look up meeting from video ID

Authorizations

x-access-token
string
header
required

API key for authentication (sk-xxx format)

Path Parameters

collection_id
string
required
Example:

"default"

bot_id
string
required
Example:

"bot-12345"

Response

Meeting information

success
boolean
Example:

true

data
object