API Calling to specific bot
-
Hey team,
I am using the public API in postman to use AI engine bots.
Also, I am using the shortcodes to let my users build bots on my site.
Now, when I am defining the bot ID in Postman which is already defined in the shortcode, the bot is not able to fetch the data.
Eg :
Shortcode (present in a wordpress post) :
[mwai_chatbot_v2 id=12345678 context=”our AI tool is gonna work like the users will give some sort of words and it will regenerate the words with more similar words and give us the lyrics.” ai_name=”Trecktrack : ” start_sentence=”hey user , give us some words” text_send=”generate” text_input_placeholder=”eg. leaves , night , changes”]
When I use this is Postman :
{
“prompt”: “18, Love, Night”,
“botId”: “12345678”
}
It doesn’t gives the response as defined.
Please help me fix this problem as it is very critical.
The topic ‘API Calling to specific bot’ is closed to new replies.