RASA X HTTP API Implementation for BOT builder UI

Hello @eashan_27, instead of project_id use default

1 Like

Thanks @athenasaurav for replying,i have done that while calling api through postman,but it shows authorization error 401,can you tell what body should i give as i want to train rasax through api call


Here is the screenshot of my error,can you help me out here.

@athenasaurav I am running rasa x on my local server

Hi @eashan_27 what command are you running to run in localhost command prompt

Hi @eashan_27, you are querying wrong api points. You are not using localhost api points.

Try running this in command window :

rasa run -m models --enable-api --cors β€œ*” --debug 

then in postman :

http://localhost:5005/<whatever api point you want to use>

Remember you dont have to use RASA X HTTP API Point

You should use this link. Use this link for api points to call.

One more thing in Body use Raw and select Json instead of text.

In localhost you dont need to do authentication.

@athenasaurav so i can’t train my model through RASA X HTTP API Point in my local server? Actually my RASA X is running on http://localhost:5002,so is there any way i can give this URL in my postman?

Read the last link, it will query your rasa open source. HTTP API

Hi @stephens how to get intent and entities of the message posted when I am using postman and trying to hit rasa x server I am using http://146.148.108.29:80/api/conversations but I am getting list of conversations and no entities in return and http://146.148.108.29:80/webhoks/rest/webhook not working over postman

Hello @sid321axn check your rasa version. Check rasa changelogs

Hi @athenasaurav , I want to ask, could u provide some tutorial about how to fetch the bearerAuth and fetch the messages deployed on GCP? I’m a little bit confused about the documentation

Hello @jennoi ,

Rasa recently released a POSTMAN workspace where all the Rasa api endpoints are given.

You can find the link here

Specific to authentication you can go here

thankyou!