Search notes using hybrid semantic (vector) and full-text search. Costs 5x against the rate limit.
cURL
curl --request POST \ --url https://api.openwhispr.com/api/v1/notes/search \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "query": "<string>", "limit": 20 } '
{ "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "title": "<string>", "content": "<string>", "enhanced_content": "<string>", "note_type": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "score": 123 } ] }
API key starting with owk_live_
Search text.
1 - 500
Max results to return.
1 <= x <= 50
Search results ranked by relevance.
Show child attributes