diff --git a/advanced/rest-api/discovery/create-topic.mdx b/advanced/rest-api/chat/create-topic.mdx
similarity index 100%
rename from advanced/rest-api/discovery/create-topic.mdx
rename to advanced/rest-api/chat/create-topic.mdx
diff --git a/advanced/rest-api/discovery/generate-message.mdx b/advanced/rest-api/chat/generate-message.mdx
similarity index 100%
rename from advanced/rest-api/discovery/generate-message.mdx
rename to advanced/rest-api/chat/generate-message.mdx
diff --git a/advanced/rest-api/overview.mdx b/advanced/rest-api/overview.mdx
index f9d74b067..a8e352b69 100644
--- a/advanced/rest-api/overview.mdx
+++ b/advanced/rest-api/overview.mdx
@@ -19,24 +19,24 @@ 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.
diff --git a/mint.json b/mint.json
index 65c9d33d9..3c1bef202 100644
--- a/mint.json
+++ b/mint.json
@@ -190,12 +190,13 @@
]
},
{
- "group": "Discovery API",
+ "group": "Chat API",
"pages": [
- "advanced/rest-api/discovery/create-topic",
- "advanced/rest-api/discovery/generate-message"
- ]
- }
+ "advanced/rest-api/chat/create-topic",
+ "advanced/rest-api/chat/generate-message"
+ ]
+ }
+
]
}
]