Turn a browser .har capture into an OpenAPI 3.1 spec, a Postman collection,
and cURL commands. Pure, offline, and dependency-free: it parses the HAR,
infers endpoints (templating dynamic path segments), infers JSON Schemas from
the bodies it saw, and redacts captured secrets before they reach any output.
@vtx-labs/har2api — programmatic API.
Turn a browser
.harcapture into an OpenAPI 3.1 spec, a Postman collection, and cURL commands. Pure, offline, and dependency-free: it parses the HAR, infers endpoints (templating dynamic path segments), infers JSON Schemas from the bodies it saw, and redacts captured secrets before they reach any output.Example