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 '{
> "name": "My Dictionary"
>}'
Response