How do I enable to HTTP API while running Rasa X locally? There is documentation on it here: Link
But when I tested this, the data is being returned in HTML, not in JSON as the docs show
How do I enable to HTTP API while running Rasa X locally? There is documentation on it here: Link
But when I tested this, the data is being returned in HTML, not in JSON as the docs show
Hi @sjtilney, the http API is enabled by default when you run Rasa X. Which endpoint exactly are you requesting data from, and what does the return look like? Note that most endpoints require a valid JWT header, or else requests are rejected
@ricwo How do you provide a valid JWT header? Im having trouble getting it work with Postman