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: getting-started/using-the-api.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Generate images from HTML and CSS.
24
24
## Authentication
25
25
The API uses [HTTP Basic authentication](https://en.wikipedia.org/wiki/Basic_access_authentication).
26
26
27
-
- Your username is your**User ID** and your password is your **API Key**. Both of these are available from the [dashboard](https://htmlcsstoimage.com/dashboard). The code samples demonstrate how to authenticate your request.
27
+
- Your username is the**ID** and your password is your **API Key**. Both of these are available from the [dashboard](https://htmlcsstoimage.com/dashboard/api-keys). The code samples demonstrate how to authenticate your request.
28
28
- Treat your API Key like a password. If exposed, it could be used to create images using your account.
0 commit comments