Generate

Generate Conversational Response

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

This endpoint will generate the next response in the provided conversation, and update its state

Headers

Request Body

{
    "response": "Yeah, well, that only works until we hit a million users.",
    "nextSpeaker": "61578d94765bf80c0f1d9026"
}

Last updated