Rasa API support

How can i input a message and get a rasa custom action result.

When from ASR , I get a message TEXT,. I want call a rasa api, to do intent Identification , and then do my custom action to get a response. But now, I could not find this api in rasa http api 。

thanks。

what endpoint are you using to get message text, and what response do you want to receive? If you only want to do intent classification, you are looking for the /model/parse endpoint: HTTP API