cURL
curl --request POST \ --url https://waves-api.smallest.ai/api/v1/pronunciation-dicts \ --header 'Content-Type: application/json' \ --data ' { "items": [ { "word": "mysql", "pronunciation": "my-sequel" } ] } '
{ "id": "64f1234567890abcdef12345", "items": [ { "word": "mysql", "pronunciation": "my-sequel" } ], "createdAt": "2023-09-01T12:00:00.000Z" }
Create pronunciations dicts using the Waves API
List of word-pronunciation pairs to create
1
Show child attributes
Successfully created pronunciation dictionary
Unique identifier for the pronunciation dictionary
"64f1234567890abcdef12345"
List of word-pronunciation pairs
Timestamp when the dictionary was created
"2023-09-01T12:00:00.000Z"