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
Copy file name to clipboardExpand all lines: README.md
+9-19Lines changed: 9 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -44,38 +44,28 @@ You can also install from Github:
44
44
45
45
-`$ npm install modzy/sdk-javascript`
46
46
47
-
## Initialize
47
+
## Get your API key
48
48
49
49
Once you have a `model` and `version` identified, get authenticated with your API key.
50
50
51
-
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: the prefix and the body. +
52
-
The *prefix* is the API keys' visible part. It’s only used to identify the key and by itself, it’s unable to perform API requests.
51
+
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.
53
52
54
-
[List your API keys](https://models.modzy.com/docs/users-keys/api-keys/retrieve-users-api-keys):
53
+
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.
The *private* part is the public part's complement and it’s required to perform API requests. Since it’s not stored on Modzy’s servers, it cannot be recovered. Make sure to save it securely. If lost, you can [replace the API key](https://models.modzy.com/docs/users-keys/api-keys/replace-API-key).
64
56
65
-
The *body* is the prefix’s complement and it’s required to perform API requests. Since it’s not stored on Modzy’s servers, it cannot be recovered. Make sure to save it securely. If lost, you can [replace the API key's body](https://models.modzy.com/docs/users-keys/api-keys/replace-API-key).
66
57
67
-
[Retrieve the API key's body](https://models.modzy.com/docs/users-keys/api-keys/retrieve-full-API-key):
58
+
Find your API key in your user profile. To get your fullAPIkey click on "Get key":
0 commit comments