Create Direct Conversation
Chat — Conversations
Create Direct Conversation
Get or create a 1:1 direct conversation with another user
POST
Create Direct Conversation
Returns an existing DM between the caller and the target user, or creates one if it does not yet exist. Only one direct conversation can exist per user pair per project — this endpoint is idempotent. ReturnsDocumentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
201 when a new conversation was created, 200 when an existing one was found.
Body Parameters
The ID of the user to start a direct conversation with. Must belong to the same project.
Response
Returns a Conversation object withtype: "direct".
Direct conversations cannot be updated or deleted, and members cannot leave them. They persist as long as either user’s account exists.
Error Responses
Invalid Member — 400 Bad Request
Invalid Member — 400 Bad Request

