Rename Conversation
Available for: Chatflow, Chatbot, Agent apps.
Renames a conversation, or auto-generates a name from its messages when auto_generate is true. The name is what clients display in a multi-conversation list.
Authorizations
Every request authenticates with an API key: Authorization: Bearer {API_KEY}. App endpoints take an app API key; knowledge endpoints take a knowledge base API key (Get Started).
Keep keys server-side; never embed them in client code. Requests with a missing or invalid key fail with HTTP 401 (unauthorized).
Path Parameters
ID of the conversation to rename. Get conversation IDs from List Conversations.
Body
Request body for renaming a conversation.
New conversation name. Required unless auto_generate is true.
Automatically generate the conversation name. When true, the name field is ignored.
End-user identifier, defined by your app and unique within it. See End User Identity.
Response
Conversation renamed successfully.
Conversation ID.
Conversation name.
Input variables for the conversation.
Conversation status. normal for active conversations.
Conversation introduction.
Creation timestamp.
Last update timestamp.