Method: POST
Content Type: application/json
Query Parameter(s)
Attribute | Data Type | Description |
---|
unicode-normalized | boolean | Defaults to false. Set to true, in case accents need to be taken into consideration. |
Request Body
Attribute | Type | Mandatory | Description |
---|
source | String | No | The term or phrase you want to search for, which will be compared against the target. |
target | String | No | The target term or text in which the source term will be searched. |
Sample Response
Returns an array of terms that match the source
. But if source
or target
is missing or is null
or empty string
then this returns an empty array.
Sample with unicode-normalized true
HTTP Response Codes
The method may return one of the following HTTP status codes:
Status Code | Description |
---|
200 | The request was successful. |
400 | Invalid input or mandatory params are missing. |
401 | Required authentication information is either missing or not valid for the resource. |
500 | Potential error that might occur, if any unexpected error occurs while processing the request. |