How can I generate swagger based off of existing postman collection?

StuBob picture StuBob · Jul 8, 2015 · Viewed 61k times · Source

I am developing a REST API. during development I have used postman (chrome extension) to use and document my API. It is a wonderful tool and I have most of my API endpoints in it. However, as we near release I would like to document this API in swagger, how would I do that? Is there a way that I can generate swagger based off of the postman export?

Answer

MikeRalphson picture MikeRalphson · Mar 15, 2016

APIMatic API Transformer can process a Postman collection (v1 or v2) as an input format and produce Swagger 1.2 or 2.0, and now OpenAPI 3.0.0 as output.

It has its own API and a Web front-end, and also a command-line version.