Convert OpenAPI/Swagger specs to Postman Collection v2.1 JSON.
Free online OpenAPI to Postman converter. Paste your OpenAPI 2.0 (Swagger) or OpenAPI 3.x JSON/YAML specification and instantly generate a Postman Collection v2.1 with all endpoints organized by tags or paths. Auto-detects authentication schemes (Bearer, API Key, Basic Auth), generates example request bodies from schemas, and includes path/query parameters. Download the .postman_collection.json and import directly into Postman or Newman.
Keywords: openapi to postman, swagger to postman, openapi to postman collection, swagger to postman collection, convert openapi to postman, postman collection generator, openapi postman converter online, swagger postman export, api collection generator, openapi 3 to postman, swagger 2 to postman, postman collection from openapi
Tags: openapi, swagger, postman, api, collection, converter
Paste your OpenAPI specification (JSON or YAML format) into the input panel, or upload the spec file.
Configure collection options: grouping strategy (by tags or by path segments), and whether to include example request bodies.
Select the authentication type to pre-configure — Bearer token, API Key header, Basic Auth, or None.
Click "Convert" to generate the Postman Collection v2.1 JSON.
Download the collection as a .postman_collection.json file, then import it directly into Postman via File → Import.
Supports OpenAPI 2.0 (Swagger) and OpenAPI 3.0/3.1 specification formats
Outputs Postman Collection format v2.1 — the current standard supported by all Postman clients
Groups requests by API tags or by URL path hierarchy for organised collections
Detects and maps authentication schemes: Bearer token, API Key (header/query), Basic Auth, and OAuth2
Generates example request bodies from OpenAPI schema definitions and inline examples
Maps path parameters, query parameters, and header parameters to Postman variable syntax ({{variable}})
Supports JSON and YAML OpenAPI input with automatic format detection
Resolves local $ref references within the specification for accurate schema expansion
Generates collection-level variables for base URL and authentication tokens
Produces downloadable .postman_collection.json ready for direct Postman import
Handles multi-server OpenAPI 3.0 specs by using the first server as the base URL
AI-powered analysis explains generated collection structure and authentication setup