New: Effortlessly link Digital Twins, embed RAG modules in any LLM, and integrate with enterprise data sources using Connector MCP and MCP Servers.
cURL
curl --request POST \ --url https://pria.praxislxp.com/api/user/searchRag \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --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?