Append
Last updated
Last updated
Authorization
string
A Bearer token with your provided API key.
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.