Voice Cloning is out in beta with Elevenlabs integration!
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>" } '
{ "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
Successful RAG search results returned
true
"RAG Search results for example query"
Was this page helpful?