cURL
curl --request POST \ --url https://api.velixarai.com/graph/search \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "query": "<string>", "entity_type": "<string>", "limit": 123 } '
Search entities by name or type.
person
technology
project
{ "entities": [ { "id": "node-abc", "entity_type": "person", "label": "Alice", "properties": { "role": "Tech Lead" }, "relevance": 0.92 } ] }