Import / Export
Import requests from cURL and OpenAPI specs, export your collections.
Import from cURL
Convert a cURL command into a fully populated request:
- Click the Actions button (three dots) in the navbar
- Select Import cURL
- Paste your cURL command into the text area
- 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:
- Click Actions → Import OpenAPI
- Upload a JSON or YAML OpenAPI file
- A new collection is created with all endpoints from the spec
Import from Postman
Import a Postman collection (v2.1 format, .json):
- Click Actions → Import Postman
- Upload your exported Postman collection file
- Requests, headers, URL params, and example responses are parsed automatically
Import from Insomnia
Import an Insomnia export file (.json):
- Click Actions → Import Insomnia
- Upload your exported Insomnia file
- Requests, headers, and bodies are parsed and added to a new collection
Export Collection
Download your collection as a portable JSON file:
- Click Actions → Export Collection
- The active collection is downloaded as a
.jsonfile - Contains all requests, headers, auth, and bodies
On this page
Racoon