How can I call with Postman a RESTful API deployed with Gradio?

Thanks @radames , that worked. I didn’t have to set enable_queue=False though. Following your curl queryy, to do the same in Postman, set the content type to application/json and use the same payload as in your answer:

{"data": ["test"]}