Authentication

Once you've installed ydata-sdk package you will need a token to run it. YData SDK uses a token based authentication system. To get access to your token, you need to create a YData account.

YData SDK offers a free-trial, pro and enterprise subscriptions. To access your free-trial token, you need to create a YData account.

With your Token copied, you can set a new environment variable YDATA_LICENSE_KEY in the beginning of your development session.

    import os

    os.environ['YDATA_LICENSE_KEY'] = '{add-your-token}'

Once you have set your token, you are good to go to start exploring the incredible world of data-centric and smart synthetic data generation!

Check out our quickstart guide!