mindbridge-api-python-client 1.4.10

Creator: bradpython12

Last updated:

Add to Cart

Description:

mindbridgeapipythonclient 1.4.10

MindBridge API Python Client



Interact with the MindBridge API using this Python SDK. Please see The MindBridge API for more information about the MindBridge API. You can also Access MindBridge Customer Support or Contact us.
Installation
mindbridge-api-python-client can be installed with pip:
python -m pip install mindbridge-api-python-client

Usage
Replace subdomain.mindbridge.ai with your MindBridge tenant URL.
import getpass
import mindbridgeapi as mbapi

url = "subdomain.mindbridge.ai"
token = getpass.getpass(f"Token for {url}: ")

server = mbapi.Server(url=url, token=token)

organization = mbapi.OrganizationItem(name="My Organization name")
organization = server.organizations.create(organization)

# Create engagements, analyses and run them, etc.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.