How to inject new data in rasa using api

how to inject new data in rasa using api

POST http://localhost:5005/webhooks/rest/webhook
{
	"sender": "Your Sender",
	"message": "Your Message"
}

@Cekir thanks for your response. I want to update all my intent data and stories data from API call without changing/editing any yml file.

You can update the model. So you need use new data to train a rasa model. Then request the model update api.

Hi @Dustyposa can you please share the API endpoint for updating new data in all yml files.

Thanks

In here rasa api doc