GET
/
suggested-learnings
curl --request GET \
  --url https://ragapi.sno.ai/v1/suggested-learnings \
  --header 'Authorization: Bearer <token>'
{
  "suggestedLearnings": {}
}

Authorizations

Authorization
string
header
required

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

Response

200
application/json

Suggested learnings categorized by topics

The response is of type object.