cURL
curl --request GET \ --url https://ragapi.sno.ai/v1/recommended-questions \ --header 'Authorization: Bearer <token>'
{ "questions": [ "<string>" ] }
Fetches a list of recommended questions based on the user’s content.
Enter your API key as a Bearer token. Example: 'Bearer YOUR_API_KEY'
List of recommended questions
The response is of type object.
object