Anthropic Claude Sonnet 4.5 becomes the platform default's conversation model with a larger context window of 1 Million tokens!
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?