In this guide, we will walk through the process of obtaining a streaming response from the ChatFly API.
https://backend.chatfly.co/api/chat/get-streaming-response
{ "bot_id": "xxxx-xxxx-xxxx-xxxx", "message": "string", "session_id": "xxxx-xxxx-xxxx-xxxx" }
curl -N -X POST "https://backend.chatfly.co/api/chat/get-streaming-response" \ -H 'accept: application/json' \ -H 'Content-Type: application/json' \ -d '{ "bot_id": "xxxx-xxxx-xxxx-xxxx", "message": "string", "session_id": "xxxx-xxxx-xxxx-xxxx" }'
string
Was this page helpful?