You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install the SDK:
24
17
25
18
-`$ pip install modzy-sdk`
26
19
27
20
## Usage
28
21
29
-
30
22
### Get your API key
31
-
32
-
33
-
34
23
API keys are security credentials required to perform API requests to Modzy. Our API keys are composed of an ID that is split by a dot into two parts: a public and private part.
35
24
36
25
The *public* part is the API keys' visible part only used to identify the key and by itself, it’s unable to perform API requests.
@@ -44,7 +33,6 @@ Find your API key in your user profile. To get your full API key click on "Get k
44
33
45
34
46
35
### Initialize
47
-
48
36
Once you have a `model` and `version` identified, get authenticated with your API key.
0 commit comments