Picture of the author

Getting Started

Installation

Installing Synativ SDK

You can install Synativ's SDK using pip:

pip install https://synativ-sdk-early-version.s3.amazonaws.com/prod.zip

Please note that this requires Python 3.7+.

Verify Installation

You can verify the installation in Python:

from synativ.api import Synativ
Previous
How It Works