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 Text-to-Speech API

Render text to speech as clips or audio streams.

WellSaid Labs Text-to-Speech 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 Text-to-Speech. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 3 operations across 3 paths, and defines 2 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.

3 operations 3 paths 2 schemas 3 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 Text-to-Speech 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 3

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

Text-to-Speech 3

Render text to speech as clips or audio streams.

POST
/tts/stream
Render text to speech as an audio stream.
streamTextToSpeech 2 params body → 200400401429508
POST
/tts/clips
Create a new TTS clip asynchronously.
createClip body → 200400401429
POST
/tts/word-timing
Render text to speech with timing information and subtitles.
renderWordTiming 1 param body → 200400401429508

Schemas 2

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

Clip
object
5 properties
RenderRequest
object
5 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wellsaid-text-to-speech-api-openapi.yml Raw ↑

Other APIs WellSaid Labs publishes across the network.

WellSaid Labs Clips API
WellSaid Labs Pronunciation API
WellSaid Labs Voices API