# QwixAI ## Docs - [Create Conversation](https://docs.qwix.chat/api-reference/conversations/create-conversation.md): Starts a new conversation with the given model. - [List conversations](https://docs.qwix.chat/api-reference/conversations/list-conversations.md): Paginated list of the current user's conversations. - [List Messages](https://docs.qwix.chat/api-reference/conversations/message/list-messages.md): Paginated messages for a conversation owned by the current user. For encrypted conversations, send `X-Conversation-Encryption-Password` with the same password used at creation. - [Send user message](https://docs.qwix.chat/api-reference/conversations/message/send-user-message.md): Appends a user message to the conversation. Encrypted conversations require `encryptionPassword` in the body for each new message. - [Introduction](https://docs.qwix.chat/api-reference/introduction.md): Welcome to the QwixAI API documentation. - [List Models](https://docs.qwix.chat/api-reference/model/list-models.md): Paginated list of available AI models (public fields only). Requires a JWT or API key. - [Get Profile](https://docs.qwix.chat/api-reference/user/get-profile.md): Returns the profile of the currently authenticated user. - [Update Profile](https://docs.qwix.chat/api-reference/user/update-profile.md): Same as PUT — partial update of `username` and/or `bio`. ## OpenAPI Specs - [openapi](https://docs.qwix.chat/api-reference/openapi.json)