cURL
curl --request POST \ --url https://api.ziet.ai/v1/memory/{id}/search \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "query": "<string>", "limit": 10 }'
{ "results": [ { "key": "<string>", "value": "<any>", "score": 123 } ] }
Semantically search through memory chunks and files using vector embeddings.
Format: 'Api-Key sk_live_YOUR_KEY'
1 <= x <= 100
Search results
Show child attributes