OpenAPI to Postman

Convert an OpenAPI 3.x document into a Postman Collection v2.1, grouped by tags with generated request examples

FAQ

Which API document versions are supported?
OpenAPI 3.x documents in JSON or YAML are supported and converted to Postman Collection v2.1. Swagger 2.0 and older formats are not supported yet, so upgrade the document to 3.x first.
What does the missing openapi or paths field error mean?
The input was not recognized as an OpenAPI 3.x document. Make sure the top level contains the openapi and paths fields and the JSON or YAML syntax is valid. Swagger 2.0 documents need to be converted to 3.x first.

All data is processed locally in your browser. Nothing is uploaded.