Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Riverside Recordings API

Recording management and retrieval

Riverside Recordings API is one of 4 APIs that Riverside publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 1 JSON Schema definition.

Tagged areas include Recordings. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, and 1 JSON Schema.

This API exposes 5 operations across 4 paths, and defines 6 schemas. It is described by OpenAPI 3.0.3, at version v3.

Requests are made against a single base URL, https://platform.riverside.fm.

5 operations 4 paths 6 schemas 1 DELETE4 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v3
Base URL
https://platform.riverside.fm
Authentication
HTTP Bearer
License
Proprietary
Resource Areas
1

Authentication & Security 1

Riverside Recordings API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (ApiKeyAuth).

  • ApiKeyAuth — API Key passed as Bearer token in Authorization header

Paths & Operations 5

Across 4 paths, the API surfaces 5 operations — 1 DELETE, 4 GET. Each is listed below with its method, path, parameters, and response codes.

Recordings 5

Recording management and retrieval

GET
/api/v2/recordings
List All Recordings
listAllRecordings 5 params → 200401
GET
/api/v1/recordings/{recording_id}
Get Recording
getRecording 1 param → 200401404
DELETE
/api/v1/recordings/{recording_id}
Delete Recording
deleteRecording 1 param → 204401404
GET
/api/v1/recordings/{recording_id}/files/{file_id}/download
Download File
downloadFile 2 params → 200401404
GET
/api/v1/recordings/{recording_id}/transcription/download
Download Transcription File
downloadTranscriptionFile 2 params → 200401404

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are Recording (10 properties), RecordingList (5 properties), Track (4 properties), Transcription (3 properties). Each schema is shown below with its type and property counts.

TrackFile
object
3 properties
Error
object
2 properties
RecordingList
object
5 properties
Track
object
An individual audio or video track within a recording
4 properties
Recording
object
A recording session with tracks and metadata
10 properties
Transcription
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

riverside-recordings-api-openapi.yml Raw ↑

Other APIs Riverside publishes across the network.

Riverside Exports API
Riverside Productions API
Riverside Webinars API