Create a chat completion message
post/create-chat-completion
Request body
Example request
{
"chat_id": "oBeDLoLOeuAbiuaMFXRtDOLriTJ5tSxD",
"content": "hi how are you doing?"
}Response
Successfully created chat completion.
Example response
{
"messages": [
{
"message_id": "Jabr9TXYYJHfvl6Syypi88rdAHYHmcq6",
"role": "agent",
"content": "hi how are you doing?",
"created_timestamp": 1703302428855
}
]
}