Create a new replacement

Create a new replacement for this library. Allows single replacement creation as JSON object. Also allows bulk upload using a CSV with a format matching WellSaid Labs Studio. There are 2 options for the bulk upload from CSV, either including the file as a "multipart/form-data", or just including the contents in the request body.
A CSV can be uploaded to create multiple replacements in a single request. The CSV should be in the form of

Text,Replacement Text,Enabled,Respelling
"360","3 60","true","false"
"affine","uh-FYN","true","true"

With the header row included. The CSV can be uploaded as either the body of the POST request with content-type text/csv, or included as a file with content-type multipart/form-data, and the file included in the file parameter

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Id of library to add this replacement. Required for all content types

Body Params
string
required

Text to be replaced on TTS calls

string

What to replace the original text with

boolean

Whether to treat the replacement as a phonetic respelling

boolean
Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json