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

Asynchronous clip creation, retrieval, and combination.

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.3, 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.3
API Version
1.0
Base URL
https://api.wellsaidlabs.com/v1
Authentication
API Key
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.

  • apiKeyAuth — API key issued by WellSaid Labs, passed in the X-Api-Key header. Request a trial key from the console; production use requires a business plan.

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

Asynchronous clip creation, retrieval, and combination.

GET
/clips
List recent clips
listClips → 200401
POST
/clips
Create a clip asynchronously
createClip body → 202401429
GET
/clips/{clip_id}
Get a single clip
getClip 1 param → 200401404
POST
/clips/combine
Combine clips into one file
combineClips body → 200401

Schemas 3

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

Clip
object
6 properties
Error
object
2 properties
TtsRequest
object
3 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wellsaid-labs-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 Voice Avatars API