POST
POST
GET
GET
DELETE
ApptekApptekCustom Vocabulary ManagementRequest similar sounding words
POST
https://api.lowcodeapi.com/apptek/v2/userlexicon/suggest/model
Query Parameters 1
model*string
Parameters Description
model*string
The model name for which suggested words will be retrieved from
Request Body
Content Type : application/json
Request Parameters
RAW_BODYarray
The words to retrieve similar sounding words for
Overview

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.

API Reference Link
https://docs.apptek.com/reference/request-similar-sounding-words
Response
API response data will be shown here once the request is completed.
Snippet
cURL
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": []
}'
© 2024LowCodeAPI

Last Updated : 2024-12-16 14:03 +00:00