POST
/
start
curl --request POST \
  --url https://chat-api-demo.hamming.ai/v1/start \
  --header 'Content-Type: application/json' \
  --data '{
  "input": {},
  "metadata": {}
}'
{
  "conversation_id": "<string>",
  "initial_message": "<string>"
}

Body

application/json
input
object
required

The input of the test case

metadata
object
required

The metadata of the test case

Response

200 - application/json
Conversation started successfully
conversation_id
string
initial_message
string