import_from_curl
Convert cURL commands into API requests within Insomnia collections, enabling AI agents to import and manage API calls from command-line syntax.
Instructions
Create a request from a cURL command
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| curlCommand | Yes | The cURL command to parse | |
| collectionId | Yes | ID of the collection to add the request to | |
| requestName | No | Name for the new request | |
| folderId | No | Optional folder ID to place the request in |