Qodex.ai
Qodex.ai
Introduction
Embedded API
/meetings
Create HIPAA compliant roomDelete a roomList roomsGet information for a room
/insights
Get room insightsGet room session insightsGet session participants insightsGet session participant details
/recordings
Get recordingsGet specific recordingGet recording access linkDelete a recordingBulk delete recordings
/transcriptions
Create a transcriptionGet all transcriptionsGet specific transcriptionGet transcription access linkDelete transcriptionBulk delete transcriptions
/rooms
Set room logoSet room colorsSet room backgroundSet room knock page background
Introduction
Embedded API
/meetings
Create HIPAA compliant roomDelete a roomList roomsGet information for a room
/insights
Get room insightsGet room session insightsGet session participants insightsGet session participant details
/recordings
Get recordingsGet specific recordingGet recording access linkDelete a recordingBulk delete recordings
/transcriptions
Create a transcriptionGet all transcriptionsGet specific transcriptionGet transcription access linkDelete transcriptionBulk delete transcriptions
/rooms
Set room logoSet room colorsSet room backgroundSet room knock page background
HomeEmbedded API/transcriptions

/transcriptions

Number of APIs: 6

  1. Create a transcription POST https://api.whereby.dev/v1/transcriptions

  2. Get all transcriptions GET https://api.whereby.dev/v1/transcriptions

  3. Get specific transcription GET https://api.whereby.dev/v1/transcriptions/{{TRANSCRIPTIONID}}

  4. Delete transcription DELETE https://api.whereby.dev/v1/transcriptions/{{TRANSCRIPTIONID}}

  5. Bulk delete transcriptions POST https://api.whereby.dev/v1/transcriptions/bulk-delete

  6. Get transcription access link GET https://api.whereby.dev/v1/transcriptions/{{TRANSCRIPTIONID}}/access-link

Previous
Bulk delete recordings
Next
Create a transcription