Best wishes for 2026 from our team at Praxis-AI !
cURL
curl --request POST \ --url http://localhost:3000/api/user/searchRag \ --header 'Content-Type: application/json' \ --header 'x-access-token: <api-key>' \ --data ' { "search": "<string>" } '
{ "success": true, "data": "<string>", "message": "<string>" }
JWT token passed in x-access-token header
The search term to query RAG content
Successful RAG search results returned
Was this page helpful?