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