Skip to content

Save the notepad

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

Saved.