I am firing below command
rasa run --cors “*” -m models --enable-api --log-file out.log --endpoints endpoints.yml --debug
When I am trying to call API from postman as per RASA X docs.
Error: Requested URL /conversations not found
And when I am trying for other API’s from RASA open source API docs those are working fine.
hi @sushilr007 ! rasa run runs the rasa open source server. To start a Rasa X server, run rasa x. Or better yet, deploy Rasa X to a server Docker-Compose Quick Install