POST/v1/pronunciation-dictionaries/add-from-rules
Body Parameters
View in API Reference
Request
$curl -X POST https://api.elevenlabs.io/v1/pronunciation-dictionaries/add-from-rules \
> -H "xi-api-key: " \
> -H "Content-Type: application/json" \
> -d '{
> "rules": [
> {
> "type": "alias",
> "alias": "tie-land",
> "string_to_replace": "Thailand"
> }
> ],
> "name": "My Dictionary"
>}'
Response