Skip to content

Name a save

POST
/conversation/title
curl --request POST \
--url https://api.harperharbor.com/open/v1/conversation/title \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "conversationId": "example", "title": "example" }'
Media typeapplication/json
object
conversationId
required
string
title
required

Empty string clears.

string
<= 100 characters
Examplegenerated
{
"conversationId": "example",
"title": "example"
}

Saved.