GET
/
vector
/
search
{
  "status": 200,
  "message": "Similarity search successfully performed.",
  "data": {
    "nearest_neighbor_ids": [
      54,
      98,
      21,
      63,
      45
    ]
  }
}

Authorizations

X-Eigen-API-Key
string
header
required

Body

application/json

Response

200
application/json

The k-nearest vectors returned in an array.

The response is of type object.