curl --request GET \
--url https://apix.us.amity.co/api/v3/network-settings/semantic-search \
--header 'Authorization: Bearer <token>'
{
"semanticSearch": {
"post": {
"enabled": false,
"minScore": 123
},
"community": {
"enabled": false,
"minScore": 123
}
}
}
Get Semantics search configuration.
curl --request GET \
--url https://apix.us.amity.co/api/v3/network-settings/semantic-search \
--header 'Authorization: Bearer <token>'
{
"semanticSearch": {
"post": {
"enabled": false,
"minScore": 123
},
"community": {
"enabled": false,
"minScore": 123
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Semantic Search configuration
The response is of type object
.