Skip to main content
POST
/
api
/
user
/
searchRag
Search RAG content for user using a specified query string
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>"
}

Authorizations

Authorization
string
header
required

JWT token passed in x-access-token header

Body

application/json

The search term to query RAG content

Response

200 - application/json

Successful RAG search results returned

success
boolean
data
string
message
string