POST
/
{app_id}
/
chat
curl --request POST \
  --url http://localhost:8080/{app_id}/chat \
  --header 'Content-Type: application/json' \
  --data '{
  "message": ""
}'
{
  "response": "<string>"
}

Path Parameters

app_id
string
required

Body

application/json
message
string
default:

The message that you want to send to the App.

Response

200
application/json
Successful Response
response
string
required