Skip to content

Commit 455c419

Browse files
Documentation edits made through Mintlify web editor
1 parent 2b8729c commit 455c419

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
2-
openapi: POST /chat/topic
2+
openapi: POST /assistant/topic
33
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
2-
openapi: POST /chat/message
2+
openapi: POST /assistant/message
33
---

api-reference/introduction.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ associated with the entire org and can be used across multiple deployments.
2121

2222
The Admin API key is used for the majority of the API. It is used to trigger updates via the [Update endpoint](/api-reference/update/trigger).
2323

24-
## Chat API key
24+
## Assistant API key
2525

26-
The Chat API allows you to embed the AI chat experience grounded in your docs and continually kept up to date into any application of your choosing.
26+
The Assistant API allows you to embed the AI assistant experience grounded in your docs and continually kept up to date into any application of your choosing.
2727

2828
Responses include citations so you can point your users to the right places they need to get help.
2929

3030
<Note>
31-
The Chat API token is a public token that can be referenced in your
31+
The Assistant API token is a public token that can be referenced in your
3232
frontend code whereas the API key is a server-side token that should be kept
3333
secret.
3434
</Note>
3535

3636
Now that you have an API key, check out our [example](https://github.com/mintlify/discovery-api-example) for how to use
37-
the API for AI chat. You can also see a deployed version of this example at [chat.mintlify.com](https://chat.mintlify.com).
37+
the API for AI assistant. You can also see a deployed version of this example at [assistant.mintlify.com](https://assistant.mintlify.com).

0 commit comments

Comments
 (0)