API & Web Processed locally

OpenAPI → Postman Collection Exporter

Paste an OpenAPI 3.x or Swagger 2.0 spec (JSON or YAML) and export a Postman Collection v2.1: folders grouped by tag, one request per operation with method, URL, parameters, headers, example body, and auth. The Environment tab emits a matching Postman environment; Lint flags conversion issues; Auth lists the security schemes. Runs in your browser; nothing is uploaded.

Auto-exports as you type. Ctrl+Enter to re-run.

Advanced options

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: folders, request bodies, test scripts, and response examples.
  3. Read the verdict, then copy or download the Postman collection JSON.
  4. In Postman, click Import and select the downloaded file — the collection appears with folders, requests, and variables.
  5. Open the Environment tab to import matching 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.

Related guides