Hey guys, I have created a bot and trained it over...
# 💻developers
c
Hey guys, I have created a bot and trained it over some data, now I want to use the converse API to basically have it integrated in the message channel that I have. I am using this API and getting this weird response curl --location 'https://app.botpress.cloud/api/v1/bots/my-bot-id/converse/41277' \ --header 'Authorization: Bearer ' \ --header 'Content-Type: application/json' \ --header 'Accept: application/json' \ --data '{"type": "text", "text": "Hello"}' I am getting bot-id from the studio, am I doing that correct? https://cdn.discordapp.com/attachments/1121494527727902891/1231919838625005619/image.png?ex=6638b5c1&is=662640c1&hm=a86df4df7a7f36833acb27ef0d31f0928678c8ea8e6de072355e850887bbf425&
2 Views