Open your browser DevTools (F12), go to the Network tab, and perform the API interactions you want to capture.
Right-click anywhere in the Network tab and select "Save all as HAR with content" (Chrome/Edge) or "Save All As HAR" (Firefox).
Paste the HAR file content into the input panel, or upload the .har file directly.
Configure grouping options: by domain, by URL path, or flat list. Optionally enable request deduplication.
Click "Convert" or press ⌘↵, then download the .postman_collection.json file and import it into Postman.
Supports HAR 1.2 specification format exported by Chrome, Firefox, Edge, and Safari DevTools
Outputs Postman Collection v2.1 format for direct import into Postman desktop or web
Groups requests by domain, URL path segments, or keeps them as a flat list — your choice
Optional request deduplication removes identical URL+method combinations, keeping the most recent
Preserves all request headers, including custom headers (filters out pseudo-headers like :path, :method)
Handles POST body formats: application/json, application/x-www-form-urlencoded, and multipart/form-data
Extracts query parameters from URLs and maps them to Postman query param fields
Filters out browser-internal requests (chrome-extension://, data:, about:) automatically
Runs entirely in your browser — your HAR data (which may contain tokens/cookies) is never uploaded
Keyboard shortcut ⌘↵ to convert, ⌘⇧C to copy the collection JSON