Riverside · Capability
Riverside Podcast Production
Unified workflow capability for enterprise podcast and video production using the Riverside Business API. Combines recording management, transcription retrieval, export handling, and webinar registration into workflows for content teams and production managers.
What You Can Do
GET
List productions
— List all productions with associated studios and projects
/v1/productions
GET
List recordings
— List all recordings with optional studio, project, or date filters
/v1/recordings
GET
Get recording
— Get a recording with tracks and metadata
/v1/recordings/{recording-id}
DELETE
Delete recording
— Permanently delete a recording
/v1/recordings/{recording-id}
GET
Download transcription
— Download transcription file in SRT or TXT format
/v1/recordings/{recording-id}/transcription
GET
List exports
— List all exports in the workspace
/v1/exports
GET
Get export
— Get details for a specific export
/v1/exports/{export-id}
DELETE
Delete export
— Delete an export
/v1/exports/{export-id}
POST
Register participant
— Register a participant for a webinar
/v1/webinars/{webinar-id}/registrants
GET
List registrants
— List all webinar registrants
/v1/webinars/{webinar-id}/registrants
MCP Tools
list-productions
List all workspace productions with their studios and projects
read-only
list-recordings
List recordings, optionally filtered by studio, project, or date range
read-only
get-recording
Retrieve a single recording with tracks and transcription status
read-only
delete-recording
Permanently delete a recording and all its files
idempotent
download-transcription
Download a recording transcription in SRT or TXT format
read-only
list-exports
List all exports in the workspace
read-only
get-export
Get details for a specific export
read-only
delete-export
Delete an export
idempotent
register-webinar-participant
Register a participant for a scheduled webinar
list-webinar-registrants
List all registrants for a webinar session
read-only
APIs Used
riverside