From 13ef3de4a431e6217dd198e14ffb4ff4b6b0e29a Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Thu, 26 Dec 2024 23:34:29 -0800 Subject: [PATCH] Update api-endpoints.md --- docs/getting-started/advanced-topics/api-endpoints.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/getting-started/advanced-topics/api-endpoints.md b/docs/getting-started/advanced-topics/api-endpoints.md index 8479cbb..a342e40 100644 --- a/docs/getting-started/advanced-topics/api-endpoints.md +++ b/docs/getting-started/advanced-topics/api-endpoints.md @@ -212,13 +212,6 @@ Access detailed API documentation for different services provided by Open WebUI: | Application | Documentation Path | |-------------|-------------------------| | Main | `/docs` | -| WebUI | `/api/v1/docs` | -| Ollama | `/ollama/docs` | -| OpenAI | `/openai/docs` | -| Images | `/images/api/v1/docs` | -| Audio | `/audio/api/v1/docs` | -| RAG | `/retrieval/api/v1/docs`| -Each documentation portal offers interactive examples, schema descriptions, and testing capabilities to enhance your understanding and ease of use. By following these guidelines, you can swiftly integrate and begin utilizing the Open WebUI API. Should you encounter any issues or have questions, feel free to reach out through our Discord Community or consult the FAQs. Happy coding! 🌟