xxxxxxxxxx
{
"RAW_BODY": []
}
This can be used to check if a word already exists in the base model lexicon or return a list of words that sound similar. Using the similar word list, the user can validate the system's phonetic generation.
curl -X POST \
'https://api.lowcodeapi.com/apptek/v2/userlexicon/suggest/model' \
-H 'Cache-Control: no-cache' \
-H 'Content-Type: application/json' --data-raw '{
"RAW_BODY": []
}'
Last Updated : 2024-12-16 14:03 +00:00