Conversations
Create Conversation
Starts a new conversation with the given model.
POST
Create conversation
Authorizations
JWT from POST /auth/login, or an API key via the same header depending on client configuration.
Body
application/json
If set, enables AES-256-GCM encryption for all messages in this conversation. The password is not stored; only ciphertext is persisted. Use the same password with encryptionPassword (POST message) and header X-Conversation-Encryption-Password (GET messages).
Minimum string length:
8Create conversation