How to convert HTTP Archive (HAR) to Insomnia export
Before you start
Paste valid HTTP Archive (HAR) syntax or drop one or more .har files.
Accepted: .har · application/json- Paste valid HTTP Archive (HAR) content, choose files, or drag them onto the drop zone.
- Confirm the detected format. Mixed-format batches are flagged before conversion.
- Select “Convert on this device.” Produces previewable Insomnia export text and a correctly named download.
How this converter behaves
API collections and software bills of materials are normalized into typed local models; requests are never sent and converted metadata is never uploaded.
What happens to your data?
The conversion engine runs in this browser tab. OmniCastConverter has no upload API and never sends your content, file name, or converted result to a server.
Fidelity and limitations
This route is classified as structural. The converter preserves meaning and structure supported by both formats.
- Request conversion never sends requests. Authentication secrets, scripts, responses, dynamic environments, and vendor extensions are omitted from the canonical collection.
- Requests, methods, URLs, headers, and text bodies are normalized. Responses, scripts, cookies, certificates, secrets, dynamic variables, and vendor-specific test behavior are not transferred.
Try a valid example
The “Use example” action in the workbench loads this exact input. Produces previewable Insomnia export text and a correctly named download.
{"log":{"version":"1.2","creator":{"name":"Fixture","version":"1"},"entries":[{"startedDateTime":"2026-01-01T00:00:00Z","time":0,"request":{"method":"GET","url":"https://example.test/users","httpVersion":"HTTP/1.1","headers":[],"queryString":[],"cookies":[],"headersSize":-1,"bodySize":0},"response":{"status":200,"statusText":"OK","httpVersion":"HTTP/1.1","headers":[],"cookies":[],"content":{"size":2,"mimeType":"application/json","text":"[]"},"redirectURL":"","headersSize":-1,"bodySize":2},"cache":{},"timings":{"send":0,"wait":0,"receive":0}}]}}