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

Whereby Transcriptions API

The Transcriptions API from Whereby — 4 operation(s) for transcriptions.

Whereby Transcriptions API is one of 8 APIs that Whereby publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Transcriptions. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 6 operations across 4 paths. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against a single base URL, https://api.whereby.dev/v1.

6 operations 4 paths 0 schemas 1 DELETE3 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Server
https://api.whereby.dev/v1
Authentication
HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 1

Whereby Transcriptions API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (BearerAuth). By default, every request must be authenticated.

Paths & Operations 6

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

Transcriptions 6
GET
/transcriptions
List transcriptions
listTranscriptions → 200
POST
/transcriptions
Create a transcription
createTranscription body → 201
GET
/transcriptions/{transcriptionId}
Retrieve a transcription
getTranscription 1 param → 200
DELETE
/transcriptions/{transcriptionId}
Delete a transcription
deleteTranscription 1 param → 204
GET
/transcriptions/{transcriptionId}/access-link
Get an access link for a transcription
getTranscriptionAccessLink 1 param → 200
POST
/transcriptions/bulk-delete
Bulk delete transcriptions
bulkDeleteTranscriptions body → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

whereby-transcriptions-api-openapi.yml Raw ↑

Other APIs Whereby publishes across the network.

Whereby REST API
Whereby Webhooks
Whereby Insights API
Whereby Meetings API
Whereby Recordings API
Whereby Rooms API
Whereby Summaries API