Overview

Overview of the Mindset API and Mindset Embedded

Integration Options

Mindset provides two modes of integration:

The method of integration depends on your objectives.

If you want to interact with Mindset as a headless service and provide all the UI, then the Mindset API is the perfect route. You will interact with Mindset through our REST or modern gRPC APIs (which both provide the same features), and you will need to implement all the user interfaces for your users.

To leverage Mindset's user interface components in your web application, the Embed SDK approach is better for you. Individual UI components can be added to your application, and you can interact with these components using JavaScript. All of the UI configuration is handled through the Mindset Platform.

You can use both the API and the Embedded approach if your use-case requires it.

Whichever method you choose, you will need to set up a Mindset Application and have obtained an API key from support. Please contact support if you have not done this yet, and we will help you get started.

Last updated