Skip to main content
POST
/
v1
/
meeting_recordings
/
start_session
Start a recording session
curl --request POST \
  --url https://api.rootly.com/v1/meeting_recordings/start_session \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/vnd.api+json' \
  --data '
{
  "title": "<string>"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/vnd.api+json
platform
enum<string>

Meeting platform

Available options:
zoom,
google_meet,
microsoft_teams,
webex
title
string | null

Human-readable label for the recording session

Response

session created