POST/v1/studio/projects/21m00Tcm4TlvDq8ikWAM/pronunciation-dictionaries
Path Parameters
Body Parameters
View in API Reference
Request
$curl -X POST https://api.elevenlabs.io/v1/studio/projects/21m00Tcm4TlvDq8ikWAM/pronunciation-dictionaries \
> -H "xi-api-key: " \
> -H "Content-Type: application/json" \
> -d '{
> "pronunciation_dictionary_locators": [
> {
> "pronunciation_dictionary_id": "pronunciation_dictionary_id",
> "version_id": "version_id"
> }
> ]
>}'
Response