I have installed Rasa X on a VPS(Virtual Private Server) using one line deploy script by following the documentation One-Line Deploy Script using the command curl -s get-rasa-x.rasa.com | sudo bash.
Now I want to get the Rest API URL and request format for the deployed agent to test in a mobile app.
Not sure I understand your question completely, but the REST API is available at <host>/api. For a full API specification please check the docs on the Rasa X HTTP API .
@senthurRam, @FelixKing I assume you’re talking about the REST input channel? This section in the docs on the One-Line Deploy Script describes to do that - you can run the script with
@ricwo I have added the ADDITIONAL_CHANNEL_CREDENTIALS in environment variable as stated above and then executed the one line deploy script but still I’m not able to access the messaging Rest API
I attempted this on my current install and I received the same results as prior, and that @senthurRam Error: ‘’ not found
So I went and spun up another VPS ran both of the steps, expor & curl and it looks like its working. If you visit the url of /webhooks/rest/webhook it will toss up another error, and its working! I can send a curl command and get a response, and it also shows up in Rasa X, which a REST method.
@senthurRam Try to reinstall, I have a git connected so it wasn’t too difficult, once I did a fresh install, connected git, trained, I was able to send this command from terminal and get a proper response