cURL
curl --request POST \ --url https://api.praxos.ai/search \ --header 'API-key: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "query": "<string>", "environment_id": "<string>", "top_k": 5 }'
{ "hits": [ { "score": 123, "data": {}, "sentence": "<string>" } ] }
Performs a vector similarity search through graph data and returns matching edges with their associated nodes and literals
API key for authentication
Successful search results
The response is of type object.
object