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 Pronunciation API

Respelling suggestions and replacement libraries.

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

This API exposes 9 operations across 5 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.

9 operations 5 paths 2 schemas 2 DELETE5 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 Pronunciation 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 9

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

Pronunciation 9

Respelling suggestions and replacement libraries.

GET
/tts/respelling-suggestions
Get respelling suggestions.
getRespellingSuggestions 1 param → 200401
GET
/tts/replacement-libraries
Get list of available replacement libraries.
listReplacementLibraries → 200401
POST
/tts/replacement-libraries
Create a new replacement library.
createReplacementLibrary body → 200400401
GET
/tts/replacement-libraries/{library-id}
Get information about a single replacement library.
getReplacementLibrary 1 param → 200401404
DELETE
/tts/replacement-libraries/{library-id}
Delete a replacement library.
deleteReplacementLibrary 1 param → 204401404
GET
/tts/replacement-libraries/{library-id}/replacements
Get list of replacements in a library.
listReplacements 1 param → 200401
POST
/tts/replacement-libraries/{library-id}/replacements
Create a new replacement in a library.
createReplacement 1 param body → 200400401
GET
/tts/replacement-libraries/{library-id}/replacements/{replacement-id}
Get details of a replacement.
getReplacement 2 params → 200401404
DELETE
/tts/replacement-libraries/{library-id}/replacements/{replacement-id}
Delete a replacement.
deleteReplacement 2 params → 204401404

Schemas 2

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

ReplacementLibrary
object
2 properties
Replacement
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wellsaid-pronunciation-api-openapi.yml Raw ↑

Other APIs WellSaid Labs publishes across the network.

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