All - Activity - Jason1024 - Rasa Community Forum

How to create a new conversion ID via API

So which api are you used to create a new conversion ID?

I try to follow the guidance from “Rasa & Rasa Pro Documentation”, My request is :

curl -XPOST http://localhost:5005/model/test/stories?token=12345678 -d "## happy path\n\* greet\n\n - utter_greet\n\n\* mood_great\n\n - utter_happy\n\n## sad path 1\n\* greet\n\n - utter_greet\n\n\* mood_unhappy\n\n …"