Security enhancements to IP Vault and new Gemini 3.1 Flash Live STS model for Convo mode
cURL
curl --request POST \ --url https://pria.praxislxp.com/api/user/searchRag \ --header 'Content-Type: application/json' \ --header 'x-access-token: <api-key>' \ --data ' { "search": "<string>", "assistantId": "<string>" } '
{ "success": true, "data": "<string>", "message": "RAG Search results for example query" }
JWT token passed in x-access-token header
The search term to query RAG content
Optional assistant ID to scope search to the assistant's RAG collections
Successful RAG search results returned
true
"RAG Search results for example query"
Was this page helpful?