Rasa X HTTP API

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

1 Like

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

1 Like

@ricwo How do you provide a valid JWT header? Im having trouble getting it work with Postman