From cURL, OpenAPI, HAR & More
Thunder Client
Section titled “Thunder Client”For a full guide on switching from Thunder Client, see From Thunder Client.
To import quickly: use the command Import Thunder Client and select your Thunder Client data directory.
Use the command Import from cURL (Ctrl+U) and paste your cURL command. Nouto parses it into a request with method, URL, headers, auth, and body.
You can also paste a cURL command directly into the URL bar. Nouto detects it and offers to import it automatically.
OpenAPI / Swagger
Section titled “OpenAPI / Swagger”Use the command Import OpenAPI Specification and select a .json or .yaml OpenAPI v3 spec file, or enter a URL to fetch the spec remotely. Nouto creates a collection with one request per endpoint, grouped by tag into folders. Path parameters like {id} are converted to {{id}} syntax.
To edit and author OpenAPI specs directly in Nouto, see OpenAPI Editor.
HAR Files
Section titled “HAR Files”Use the Import Collection button or the HAR import command. Nouto reads HAR 1.2 files (from Chrome DevTools, Firefox DevTools, Charles Proxy, etc.) and recreates each recorded request. Requests are grouped by domain into folders. Body types are auto-detected from content type.
Nouto Native Format
Section titled “Nouto Native Format”Use Import Nouto Collection to import collections previously exported in Nouto’s own format. All IDs are regenerated on import to avoid conflicts with existing collections.
