From 4cce2e6c240bf732d6cf7dcf8dc0fde2bdb5c96b Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Fri, 17 Jan 2025 01:00:53 +0000
Subject: [PATCH] Documentation edits made through Mintlify web editor
---
advanced/rest-api/overview.mdx | 12 ++++++------
mint.json | 3 ++-
2 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/advanced/rest-api/overview.mdx b/advanced/rest-api/overview.mdx
index f9d74b067..f6e775e89 100644
--- a/advanced/rest-api/overview.mdx
+++ b/advanced/rest-api/overview.mdx
@@ -19,27 +19,27 @@ associated with the entire org and can be used across multiple deployments.
-## Discovery API
+## Chat API
-The Discovery API allows you to embed an AI chat experience grounded in your docs and continually kept up to date into any application of your choosing.
+The Chat API allows you to embed an AI chat experience grounded in your docs and continually kept up to date into any application of your choosing.
Responses include citations so you can point your users to the right places they need to get help.
## Getting Started
-To get started, you'll need to generate a Discovery API key in the [dashboard](https://dashboard.mintlify.com/products/chat/widget):
+To get started, you'll need to generate a Chat API key in the [dashboard](https://dashboard.mintlify.com/products/chat/widget):
- The Discovery API token is a public token that can be referenced in your
+ The Chat API token is a public token that can be referenced in your
frontend code whereas the API key is a server-side token that should be kept
secret.
Now that you have an API key, check out our [example](https://github.com/mintlify/discovery-api-example) for how to use
-the API for AI chat. You can also see a deployed version of this example at [chat.mintlify.com](https://chat.mintlify.com).
+the API for AI chat. You can also see a deployed version of this example at [chat.mintlify.com](https://chat.mintlify.com).
\ No newline at end of file
diff --git a/mint.json b/mint.json
index 65c9d33d9..0d48d59dc 100644
--- a/mint.json
+++ b/mint.json
@@ -195,7 +195,8 @@
"advanced/rest-api/discovery/create-topic",
"advanced/rest-api/discovery/generate-message"
]
- }
+ },
+ "advanced/rest-api/overview"
]
}
]