Free, browser-based utilities for everyday developer workflows

OpenAPI -> Postman Collection Exporter

Paste an OpenAPI 3.x spec (JSON or practical YAML subset) and generate a full Postman Collection (v2.1), including optional collection variables like baseUrl, token, apiKey.

  • Paste an OpenAPI spec to export a Postman collection.
  • Group by tags and include request bodies/headers.
  • Useful for QA and API testing workflows.
  • Share results: Generate a secure link to share your current input and results with teammates — nothing is uploaded to any server.

OpenAPI input

0 operations 0 servers 0 variables
Server:
Collection name:
Path/query placeholder style:
YAML note: supports common OpenAPI YAML patterns (maps/lists/strings). Advanced YAML features may not parse.

Postman Collection (v2.1)

Parse an OpenAPI spec to preview the Postman collection here.

How to use the OpenAPI → Postman Collection Exporter

Convert an OpenAPI 3.x or Swagger 2.0 spec into a Postman Collection v2.1 JSON file. Folders are grouped by tag, every operation becomes a request with the right method, URL, parameters, headers, auth scheme, and example body. Import the file into Postman or run it with Newman in CI. Useful for onboarding teams to a new API, generating a baseline test suite, and producing importable docs samples. Spec is parsed locally; nothing is uploaded.

What it does

When to use it

How to use it

  1. Paste or load your OpenAPI / Swagger spec (JSON or YAML).
  2. Review options: include examples, add test scripts, choose base server.
  3. Click Export and download the Postman collection JSON.
  4. In Postman, click Import and select the downloaded file — the collection appears with folders, requests, and variables.
  5. Set environment variables (base URL, auth token) and run the requests.
  6. For per-operation snippets in code, use the OpenAPI → Code Snippets tool.

Tips & pitfalls

FAQ

Runs locally in your browser. No uploads. Exported collection is Postman v2.1 compatible with Postman and Newman.