Quick Start
Getting started with the EGP APIs.
Authentication
Make sure to follow the previous steps described in Authentication to obtain an API key and account ID.
Introduction
You can interact with the API through HTTP requests from any language or via our official Python bindings (alpha)
Connect to our API via:
BASE_URL = https://api.egp.scale.com
To install the ScaleGP Python client, run the following command:
The ScaleGP Python Client is in alpha.
We recommend staying up to date with releases via
pip install --upgrade scale-gp
pip install scale-gp
Updated 2 months ago