Skip to main content
POST
Import a meeting recording

Authorizations

Authorization
string
header
required

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

Path Parameters

incident_id
string
required

Incident UUID

Body

application/vnd.api+json
source
enum<string>
required

Import source (currently only "recall_desktop_sdk")

Available options:
recall_desktop_sdk
recall_recording_id
string<uuid>
required

External recording UUID (required when source is recall_desktop_sdk)

platform
enum<string>
required

Meeting platform

Available options:
zoom,
google_meet,
microsoft_teams,
webex
started_at
string<date-time> | null

When the recording started

ended_at
string<date-time> | null

When the recording ended

meeting_url
string | null

Original meeting URL

Response

recording imported

data
object
required