Skip to main content
POST
Query the vector database for semantic search

Authorizations

Authorization
string
header
required

API key created in your Wanderer's Guide account settings. Send as Authorization: Bearer <key>. Used for direct API access from external tools and scripts.

Body

application/json
collection
enum<string>
required
Available options:
name,
content
query
string
required
Required string length: 1 - 16000
nResults
integer
default:1
Required range: 1 <= x <= 50
maxDistance
number
default:1

0.0 = identical; higher = more dissimilar.

Required range: 0 <= x <= 10
where
object

Response

JSend success with nearest matches.

status
enum<string>
Available options:
success
data
object[]
Maximum array length: 50