Docs / Export & Share
Export, Sessions & Code Gen
Get your captures out: HAR, CSV, sessions, code, cURL, Gist.
- HAR — export selected/all requests as HAR 1.2 (the industry-standard format used by Chrome DevTools and other proxy tools); HAR import too.
- CSV — 19-column export with a UTF-8 BOM for Excel.
- Sessions — save/load named
.minpin.jsonsessions preserving headers, bodies, timing, status, comments, and color tags. - Code Generator — turn a request into Swift (URLSession), Python (requests), JavaScript (fetch), or Go.
- Copy as cURL — shell-quoted, ready to paste.
- Publish to Gist — export selected requests as a HAR to a (secret-by-default) GitHub Gist; your token is stored in the Keychain.
Heads upA HAR can contain Authorization headers and cookies. Review before publishing it anywhere.