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 Exports API

Export file management and downloads

Riverside Exports 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 Exports. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, and 1 JSON Schema.

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

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

4 operations 3 paths 2 schemas 1 DELETE3 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 Exports 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 4

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

Exports 4

Export file management and downloads

GET
/api/v1/exports
List All Exports
listAllExports → 200401
GET
/api/v1/exports/{export_id}
Get Export
getExport 1 param → 200401404
DELETE
/api/v1/exports/{export_id}
Delete Export
deleteExport 1 param → 204401404
GET
/api/v1/exports/{export_id}/download
Download Export File
downloadExportFile 1 param → 200401404

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are Export (5 properties), Error (2 properties). Each schema is shown below with its type and property counts.

Error
object
2 properties
Export
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

riverside-exports-api-openapi.yml Raw ↑

Other APIs Riverside publishes across the network.

Riverside Productions API
Riverside Recordings API
Riverside Webinars API