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