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

Kumospace Recordings API

The Recordings API from Kumospace — 6 operation(s) for recordings.

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

Tagged areas include Recordings. The published artifact set on APIs.io includes an OpenAPI specification and authentication docs.

This API exposes 6 operations across 6 paths, and defines 4 schemas. It is described by OpenAPI 3.0.0.

Requests are made against a single base URL, /.

6 operations 6 paths 4 schemas 3 GET2 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
Base URL
https://api.kumospace.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Kumospace Recordings API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (firebase).

Paths & Operations 6

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

Recordings 6
POST
/v1/recordings
Create a recording.
CreateRecording body → 201
PUT
/v1/recordings/{recordingId}/share
Share recording with a list of users
ShareRecording 1 param body → 200
POST
/v1/recordings/{recordingId}/stop
Handle post-recording behavior
HandleRecordingStop 1 param → 204
GET
/v1/recordings/spaces/{spaceName}
Fetches recordings meta-data for the user for a given space
GetRecordingsByUser 1 param → 200
GET
/v1/recordings/{recordingId}
Fetches recording meta-data
GetRecordingById 1 param → 200
GET
/v1/recordings/{recordingId}/accessLink
Fetches recording download access link
GetRecordingAccessLink 1 param → 200

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are ApiRecording (10 properties), ApiCreateRecordingRequest (4 properties), ApiShareRecordingRequest (2 properties). Each schema is shown below with its type and property counts.

ApiCreateRecordingRequest
object
A request to create a new recording meta-data record.
4 properties 3 required
ApiShareRecordingRequest
object
2 properties 1 required
ApiRecording
object
A recording as returned by the API
10 properties 7 required
RecordingVisibility
string

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kumospace-recordings-api-openapi.yml Raw ↑

Other APIs Kumospace publishes across the network.

Kumospace Account API
Kumospace Analytics API
Kumospace Calendar API
Kumospace Chat API
Kumospace Daily (Webhook) API
Kumospace Demo API
Kumospace Flooring API
Kumospace Furniture API
Kumospace Integrations API
Kumospace MusicTrack API
Kumospace Payments API
Kumospace Redirects API