GET
/
api
/
v3
/
network-settings
/
semantic-search
Get Network setting for Semantics search.
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
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

Semantic Search configuration

The response is of type object.