• Resolved uditakhouri

    (@uditakhouri)


    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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Val Meow

    (@valwa)

    Hey @uditakhouri ! 👋

    We greatly appreciate you notifying us about this matter. Rest assured, we are actively working on resolving this problem and will include the necessary fixes in an upcoming update.

    Thank you for your patience and understanding. 😊

    Plugin Author Jordy Meow

    (@tigroumeow)

    Hi @uditakhouri,

    The chatbot needs to be created on the admin-side if you are calling it by using the API. Otherwise it will not work.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘API Calling to specific bot’ is closed to new replies.