Skip to main content

Granta MI Connected Materials 2026 R1 SP01

Getting started

Last update: 17.06.2026

An application's point of contact with Granta MI Connected Materials is the Granta Integration Service REST API. This API brokers data between Granta services and your application.

Any programming environment that can execute HTTP requests and parse a JSON response should be able to use the Granta Integration Service.

For a simpler and more performant workflow, HTTP SSE (Server-Sent Events) can be used for part of the workflow.

Our examples use Python, but your application environment may restrict your choice of programming language.

Authentication

In order to use Granta MI Connected Materials, you need an account that has access to the Synopsys hosted instance.

Prerequisites

To get started:

  1. Open a Command Prompt and navigate to the working directory.

  2. Install the required Python packages using pip:

    python -m pip install requests msal
    
  3. Edit SimpleExample.py and replace the placeholder cloudserver.com with the URL you are developing against. See Examples.

  4. Run the example script:

    python SimpleExample.py
    

This launches the Granta Material Picker:

Material Picker screenshot

You can now browse and search materials data for import to your application. Use the User guide to review basic concepts and material models, and understand how to integrate the Material Picker into your application.

Connect with Ansys