Skip to content

Commit 5ebcd48

Browse files
techpro-aimlapigitbook-bot
authored andcommitted
GITBOOK-922: docs: /keys page improvements
1 parent 5b06aa9 commit 5ebcd48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/api-references/service-endpoints/api-key-management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ icon: dot
55
# API Key Management
66

77
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.
99

1010
<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>
1111

@@ -19,7 +19,7 @@ See [the FAQ section](../../faq/how-can-i-work-with-my-api-keys.md) for detailed
1919

2020
### Create an API key
2121

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.
2323

2424
{% openapi-operation spec="keys-post" path="/keys" method="post" %}
2525
[OpenAPI keys-post](https://raw.githubusercontent.com/aimlapi/api-docs/refs/heads/main/docs/api-references/service-endpoints/keys-post.json)

0 commit comments

Comments
 (0)