# KnowMio ## Docs - [File Uploads](https://docs.knowmio.com/admin/file_uploads.md): Manage file upload settings and view uploaded files - [Models](https://docs.knowmio.com/admin/models.md): Configure AI models for your applications - [System Prompt](https://docs.knowmio.com/admin/prompt.md): Configure the system prompt used for AI interactions - [OpenAI-compatible chat completion](https://docs.knowmio.com/api-reference/ai/openai-compatible-chat-completion.md): OpenAI-compatible endpoint that uses Claude Opus 4.1 via Bedrock - [Stream AI completion](https://docs.knowmio.com/api-reference/ai/stream-ai-completion.md): Stream AI responses with optional RAG (Retrieval-Augmented Generation) - [Create a new chat](https://docs.knowmio.com/api-reference/chat/create-a-new-chat.md): Create a new chat session - [Delete a chat](https://docs.knowmio.com/api-reference/chat/delete-a-chat.md): Delete a chat and all its messages - [Get chats](https://docs.knowmio.com/api-reference/chat/get-chats.md): Retrieve a specific chat by ID or all chats for the organization - [Update a chat](https://docs.knowmio.com/api-reference/chat/update-a-chat.md): Update an existing chat - [Create configuration](https://docs.knowmio.com/api-reference/config/create-configuration.md): Create a new organization configuration - [Delete configuration](https://docs.knowmio.com/api-reference/config/delete-configuration.md): Delete an organization configuration - [Get configuration](https://docs.knowmio.com/api-reference/config/get-configuration.md): Retrieve organization configuration by organization ID or specific config by ID - [Update configuration](https://docs.knowmio.com/api-reference/config/update-configuration.md): Update an existing organization configuration - [Create multiple embeddings](https://docs.knowmio.com/api-reference/embeddings/create-multiple-embeddings.md): Generate embedding vectors for multiple texts in parallel - [Create single embedding](https://docs.knowmio.com/api-reference/embeddings/create-single-embedding.md): Generate embedding vector for a single text - [Get files](https://docs.knowmio.com/api-reference/files/get-files.md): Retrieve files associated with knowledge bases - [Introduction](https://docs.knowmio.com/api-reference/introduction.md): Knowledge Management API with AI capabilities - [Create knowledge base](https://docs.knowmio.com/api-reference/knowledge/create-knowledge-base.md): Create a new knowledge base. - [Delete knowledge base](https://docs.knowmio.com/api-reference/knowledge/delete-knowledge-base.md): Delete a knowledge base. - [Get knowledge items](https://docs.knowmio.com/api-reference/knowledge/get-knowledge-items.md): Retrieve knowledge bases accessible to the authenticated user. - [Update knowledge base](https://docs.knowmio.com/api-reference/knowledge/update-knowledge-base.md): Update an existing knowledge base. - [Get messages](https://docs.knowmio.com/api-reference/messages/get-messages.md): Retrieve messages for a specific chat - [Create AI model](https://docs.knowmio.com/api-reference/models/create-ai-model.md): Add a new AI model to the system - [Delete AI model](https://docs.knowmio.com/api-reference/models/delete-ai-model.md): Delete an AI model from the system - [Get AI models](https://docs.knowmio.com/api-reference/models/get-ai-models.md): Retrieve all available AI models or a specific model by slug - [Update AI model](https://docs.knowmio.com/api-reference/models/update-ai-model.md): Update an existing AI model - [Search knowledge bases](https://docs.knowmio.com/api-reference/search/search-knowledge-bases.md): Hybrid semantic and keyword search across knowledge bases - [Check system health](https://docs.knowmio.com/api-reference/system/check-system-health.md): Returns the health status of the API and database connection - [Delete uploaded file](https://docs.knowmio.com/api-reference/upload/delete-uploaded-file.md): Delete a file from S3 (database deletion handled by event trigger) - [Get presigned upload URL](https://docs.knowmio.com/api-reference/upload/get-presigned-upload-url.md): Generate a presigned URL for uploading files to S3 - [Continue](https://docs.knowmio.com/developer_use/continue.md) - [Python OpenAI SDK](https://docs.knowmio.com/developer_use/python_openai_sdk.md): Use the OpenAI Python SDK to interact with Knowmio's AI models - [API Keys](https://docs.knowmio.com/essentials/api_keys.md): Manage API keys for programmatic access to your account - [Features](https://docs.knowmio.com/essentials/features.md): Powerful AI-driven knowledge management and search capabilities - [Knowledge Base](https://docs.knowmio.com/essentials/knowledge.md): Create and manage knowledge items for your organization - [Introduction](https://docs.knowmio.com/getting_started/index.md): Learn to use KnowMio. - [Quickstart](https://docs.knowmio.com/getting_started/quickstart.md): Get started with AI-powered knowledge management and chat - [Delete](https://docs.knowmio.com/org_management/delete.md): Manage irreversible and destructive organization actions - [Invitations](https://docs.knowmio.com/org_management/invitations.md): Invite and manage organization member invitations - [Members](https://docs.knowmio.com/org_management/members.md): Manage organization members and their roles - [Settings](https://docs.knowmio.com/org_management/settings.md): Configure your organization's basic information and settings - [Teams](https://docs.knowmio.com/org_management/teams.md): Organize members into teams for better collaboration ## OpenAPI Specs - [openapi](https://docs.knowmio.com/api-reference/openapi.yaml)