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

Replacement libraries and respelling suggestions for pronunciation control.

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 4 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.

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

  • 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 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

Replacement libraries and respelling suggestions for pronunciation control.

GET
/replacement-libraries
List replacement libraries
listReplacementLibraries → 200401
POST
/replacement-libraries
Create a replacement library
createReplacementLibrary body → 201401
GET
/replacement-libraries/{library_id}
Get a replacement library
getReplacementLibrary 1 param → 200401404
DELETE
/replacement-libraries/{library_id}
Delete a replacement library
deleteReplacementLibrary 1 param → 204401404
GET
/replacement-libraries/{library_id}/replacements
List replacements in a library
listReplacements 1 param → 200401
POST
/replacement-libraries/{library_id}/replacements
Create a replacement
createReplacement 1 param body → 201401
GET
/replacement-libraries/{library_id}/replacements/{replacement_id}
Get a replacement
getReplacement 2 params → 200401404
DELETE
/replacement-libraries/{library_id}/replacements/{replacement_id}
Delete a replacement
deleteReplacement 2 params → 204401404
GET
/respelling-suggestions
Get respelling suggestions
getRespellingSuggestions 1 param → 200401

Schemas 4

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

Replacement
object
3 properties
Error
object
2 properties
ReplacementLibrary
object
3 properties
ReplacementInput
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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