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

WellSaid Labs Clips API

Manage rendered clips.

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

Tagged areas include Clips. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

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

Requests are made against a single base URL, https://api.wellsaidlabs.com/v1.

4 operations 3 paths 3 schemas 2 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0
Base URL
https://api.wellsaidlabs.com/v1
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

WellSaid Labs Clips API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-Api-Key (ApiKeyAuth). By default, every request must be authenticated.

Paths & Operations 4

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

Clips 4

Manage rendered clips.

POST
/tts/clips
Create a new TTS clip asynchronously.
createClip body → 200400401429
GET
/tts/clips
Get a list of recent clips.
listClips → 200401
GET
/tts/clips/{clip-id}
Get information about a single clip.
getClip 1 param → 200401404
POST
/tts/clips/combine
Combine a list of clips into a single file with pauses.
combineClips body → 200400401

Schemas 3

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

Clip
object
5 properties
RenderRequest
object
5 properties 2 required
CombineClipsRequest
object
2 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wellsaid-clips-api-openapi.yml Raw ↑

Other APIs WellSaid Labs publishes across the network.

WellSaid Labs Pronunciation API
WellSaid Labs Text-to-Speech API
WellSaid Labs Voices API