Meeting Recordings
Import a meeting recording
Import an externally captured meeting recording and attach it to an incident. Video and transcript are fetched asynchronously. The existing POST /v1/incidents//meeting_recordings endpoint invites a bot — this endpoint handles recordings that were captured outside of the bot flow.
POST
Import a meeting recording
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Incident UUID
Body
application/vnd.api+json
Import source (currently only "recall_desktop_sdk")
Available options:
recall_desktop_sdk External recording UUID (required when source is recall_desktop_sdk)
Meeting platform
Available options:
zoom, google_meet, microsoft_teams, webex When the recording started
When the recording ended
Original meeting URL
Response
recording imported
Previous
Get a meeting recordingRetrieve a single meeting recording session including its status, duration, speaker count, word count, and transcript summary.
Next
Import a meeting recording