cURL
curl --request POST \ --url http://localhost:8080/{app_id}/chat \ --header 'Content-Type: application/json' \ --data '{ "message": "" }'
{ "response": "<string>" }
Chat with an app.
app_id: The ID of the app. Use “default” for the default app.
message: The message that you want to send to the app.
Successful Response
The response is of type object.
object
Was this page helpful?