

- Make an API call to the provided URL with the necessary headers and body fields. You may decide to omit the
conversation_id
in your initial request. - Upon successful request, you will receive a response containing bot
output
along with a uniqueconversation_id
. - Utilise the received
output
to display the bot’s response and store theconversation_id
to continue and maintain the chat session.
