diff --git a/README.md b/README.md
index 1d1843a43..5929a02db 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ To get answers from your database of contents, you can use the `/search` endpoin
- Search results: Finds the most similar content in the database using cosine distance between embeddings.
- (Optionally) LLM generated response: Crafts a custom response using LLM chat using the most similar content.
-See [docs](https://docs.ask-a-question.com/) or [API docs](https://app.ask-a-question.com/api/docs) for more details and other API endpoints.
+See [docs](https://docs.ask-a-question.com/) or [API docs](https://app.ask-a-question.com/api/redoc) for more details and other API endpoints.
### :question: Simple content search
diff --git a/core_backend/app/__init__.py b/core_backend/app/__init__.py
index 2b7740af3..670d94282 100644
--- a/core_backend/app/__init__.py
+++ b/core_backend/app/__init__.py
@@ -28,6 +28,8 @@
๐ Get your API
key |
๐ Docs |
+โ๏ธ APIs |
+๐งช Test APIs |