Import / Export

Import requests from cURL and OpenAPI specs, export your collections.

Import from cURL

Convert a cURL command into a fully populated request:

  1. Click the Actions button (three dots) in the navbar
  2. Select Import cURL
  3. Paste your cURL command into the text area
  4. Click Import

The method, URL, headers, and body are parsed automatically. The request is added to your active collection.

Import OpenAPI Spec

Generate a full collection from an OpenAPI specification:

  1. Click ActionsImport OpenAPI
  2. Upload a JSON or YAML OpenAPI file
  3. A new collection is created with all endpoints from the spec

Import from Postman

Import a Postman collection (v2.1 format, .json):

  1. Click ActionsImport Postman
  2. Upload your exported Postman collection file
  3. Requests, headers, URL params, and example responses are parsed automatically

Import from Insomnia

Import an Insomnia export file (.json):

  1. Click ActionsImport Insomnia
  2. Upload your exported Insomnia file
  3. Requests, headers, and bodies are parsed and added to a new collection

Export Collection

Download your collection as a portable JSON file:

  1. Click ActionsExport Collection
  2. The active collection is downloaded as a .json file
  3. Contains all requests, headers, auth, and bodies
On this page