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: docs/api-references/service-endpoints/api-key-management.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ icon: dot
5
5
# API Key Management
6
6
7
7
This section describes the API methods for managing your API keys. \
8
-
You can use these endpoints to create, list, update, and delete API keys:
8
+
You can use these endpoints to create, list, update, and delete API keys.
9
9
10
10
<table data-header-hidden data-full-width="true"><thead><tr><th width="323.01678466796875" valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top">Create an API key</td><td valign="top"><img src="../../.gitbook/assets/post.png" alt="" data-size="line"> <code>https://api.aimlapi.com/v1/keys</code></td></tr><tr><td valign="top">List all API keys</td><td valign="top"><img src="../../.gitbook/assets/get.png" alt="" data-size="line"> <code>https://api.aimlapi.com/v1/keys</code></td></tr><tr><td valign="top">Get the latest API key</td><td valign="top"><img src="../../.gitbook/assets/get.png" alt="" data-size="line"> <code>https://api.aimlapi.com/v1/key</code></td></tr><tr><td valign="top">Update specific parameters of an API key</td><td valign="top"><img src="../../.gitbook/assets/patch.png" alt="" data-size="line"> <code>https://api.aimlapi.com/v1/keys/{prefix}</code></td></tr><tr><td valign="top">Update all parameters of an API key</td><td valign="top"><img src="../../.gitbook/assets/put.png" alt="" data-size="line"> <code>https://api.aimlapi.com/v1/keys/{prefix}</code></td></tr><tr><td valign="top">Delete an API key</td><td valign="top"><img src="../../.gitbook/assets/delete.png" alt="" data-size="line"> <code>https://api.aimlapi.com/v1/keys/{prefix}</code></td></tr></tbody></table>
11
11
@@ -19,7 +19,7 @@ See [the FAQ section](../../faq/how-can-i-work-with-my-api-keys.md) for detailed
19
19
20
20
### Create an API key
21
21
22
-
Only this method returns the full API key value — the same way it is shown once immediately after the key is created in the dashboard.
22
+
Only this method returns the full API key value — the same way it is shown once immediately after the key is created in the dashboard. Copy the key and store it in a secure location. If the key is lost, simply create a new one.
0 commit comments