Append

Append Conversational Response

POST https://getember.ai/api/conversation/append

This endpoint will append the provided response to the sepcified conversation.

Headers

NameTypeDescription

Authorization

string

A Bearer token with your provided API key.

Request Body

NameTypeDescription

conversationId

string

The ObjectID of the desired conversation to append the provided response to.

characterId

string

The ObjectID of the desired character to associate the response to. The endpoint will handle the case where the character is not already a member of the conversation, and add them to it.

response

string

The response to be appended to the conversation log.

{
    "nextSpeaker": "615e18d18de739411e0f36e4"
}

Last updated