GET
/
recommended-questions
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 and interactions, aiming to prompt further exploration and insight.

Authorizations

Authorization
string
header
required

Enter your API key as a Bearer token. Example: 'Bearer YOUR_API_KEY'

Response

200
application/json

List of recommended questions

The response is of type object.