Skip to main content
POST
/
conversations
/
{conversation_id}
/
name
Conversation Rename
curl --request POST \
  --url http://{api_base_url}/conversations/{conversation_id}/name \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "auto_generate": false,
  "user": "<string>"
}
'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "inputs": {},
  "status": "<string>",
  "introduction": "<string>",
  "created_at": 123,
  "updated_at": 123
}

Authorizations

Authorization
string
header
required

API Key authentication.

Path Parameters

conversation_id
string
required

Conversation ID.

Body

application/json
user
string
required
name
string | null
auto_generate
boolean
default:false

Response

200 - application/json

Conversation renamed successfully.

id
string<uuid>
name
string
inputs
object
status
string
introduction
string | null
created_at
integer
updated_at
integer