Skip to Content
API DesignImport or Migrate

Importing API Spec Files

When adding a new API Spec to your API Repository, instead of creating a blank one, you can import an existing API Spec from your local PC. The API Spec file must be in JSON format (“.json” extension) or YAML format (“.yaml” extension).

Import API spec files

By specifying a pathname, the API spec will be uploaded to the specific location with the name you specified.

Import HAR and Convert to OpenAPI Spec

In the “Add API Spec” dialog, you can also choose to import a HAR file. We will iterate through all request entries and convert them to API endpoints accordingly.

This feature is very useful if you’ve already built your APIs and want to document them quickly by recording all API transactions in HAR format and importing them to accelerate your API documentation process.

Import Postman Collection and Convert to OpenAPI Spec

For existing Postman users, you can easily import your Postman collections and convert them to standard OpenAPI specs with our importing tool.

Last updated on