Skip to content

How to Quickly Import External APIs

Seamless import of OpenAPI/Swagger/Postman formats, complete API migration in 3 minutes

Import to a New Service

Use Case: Create a new service and import API definitions

  1. Enter Service Creation

    • Navigate to 「APIs」→「Services」
    • Click 「Create Service」, then select 「Local Import」 from the dropdown
  2. Upload API File

    • Enter the new service name
    • Select supported formats:
      • OpenAPI 3.x
      • Swagger 2.0
      • Postman Collection
  3. Complete Import

    • The system automatically creates the service and imports the APIs
    • View the imported API list in the service details

Import to an Existing Service

Use Case: Append APIs to an existing service

  1. Select Target Service

    • Right-click the target service in the service list
    • Select 「Local Import」
  2. Configure Import Strategy

    • Upload the API file
    • Set conflict resolution strategies:
      • Overwrite duplicate APIs
      • Skip duplicate APIs
      • Rename new APIs
  3. Complete Import

    • View the newly added APIs in the service API list

Supported Formats

FormatVersionFile Example
OpenAPI3.0.xopenapi.yaml
Swagger2.0swagger.json
PostmanCollection v2.1postman_collection.json

Best Practices

✅ For first-time imports, select 「Overwrite Duplicate APIs」 to ensure the latest data
✅ Perform 「Conflict Check」 before regular imports
✅ For large files (>10MB), consider importing in batches

Released under the GPL-3.0 License.