As a Nubentos user, you now have the opportunity to leverage CogniFit brain health technology into your business. Integrate CogniFit technology into your own corporate web or digital health solution app. We have years of experience integrating our solution in clinics, schools, healthcare companies, insurances, sports platforms, military systems, manufacturing plants, and service sectors to monitor their users’ cognitive health and help them improve relevant skills.
CogniFit offers through Nubentos 4 APIs that will allow you to offer our digital brain health solutions to your clients.
- CogniFit Partners Management API: This API allows you to manage the registrations and cancellations of your users, obtain their results and cognitive evolution and consult the different products available. You will need to use this API to manage the users that you want to have access to any of the CogniFit products. Once you have created a user, use any of the following APIs to get access tokens that allow the user to access them.
- CogniFit Partners Assessment API: Through this API you will be able to generate an access token so that your users have access to any of the cognitive assessments offered by CogniFit.
- CogniFit Partners Training API: Get access tokens so your users can complete training sessions in any of the CogniFit programs.
- CogniFit Partners Task API: CogniFit offers more than 50 tasks with multiple levels of difficulty so that your users can train their cognitive abilities. With this API you will be able to generate access tokens for your users to access these tasks.
Create a CogniFit partner account
Got to https://www.cognifit.com/partners-integration-platform-nubentos and create an account. Get your client ID and your client secret. Pay special attention to not expose your private client secret! You will use these credentials for requests through Nubentos.
Get also your client hash and add if needed a callback url. These values will be used for frontend integration when your clients will be asked to complete a CogniFit session.
How to start a session in CogniFit
Request an access token for you user using CogniFit Partners Assessment API, CogniFit Partners Training API or CogniFit Partners Task API. With this token, your user will be able to start a session in CogniFit. You can integrate this session in your system using different options:
- Using the SDK for web HTML/Javascript: Download it here.
- Apps Frontend Integration: See the explanation here.
- Through browser redirections: See the explanation here.
