import_from_openapi
Import an OpenAPI or Swagger specification to automatically generate a collection of API requests. Provide the file path and optionally set a collection name and base URL.
Instructions
Generate requests from OpenAPI/Swagger specification
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to OpenAPI spec file (JSON or YAML) | |
| collectionName | No | Name for the new collection | |
| baseUrl | No | Base URL to use for requests (overrides spec servers) |