- Which Swagger versions?
- OpenAPI 2 (formerly Swagger 2.0) and OpenAPI 3.x. The tool auto-detects and converts appropriately.
- What's in the generated Collection?
- One request per endpoint, with method, URL, headers, and example body from the spec. Variables for the base URL and auth.
- Does it preserve examples?
- Yes — if the OpenAPI has `examples` sections, they become the default request body. Multiple examples become multiple requests in the collection.
- Can I edit after conversion?
- Yes — the output is plain JSON you can import into REST Handler, Postman, Insomnia, or Bruno. Edit before or after import.