Apidog supports importing data from various API specifications and testing tools to facilitate seamless migration.API Specifications#
| Format | Description |
|---|
| OpenAPI(Swagger) spec | Import OpenAPI 3.0 or Swagger 2.0 specifications commonly used for defining RESTful APIs. |
| apiDoc | Import API documentation generated from code comments using apiDoc. |
| RAML | RESTful API Modeling Language. |
| WSDL | Web Services Description Language for SOAP services. |
| WADL | Web Application Description Language. |
| Google Discovery | Google APIs Discovery Service format. |
| I/O Doc | I/O Docs format. |
| Tool / Format | Description |
|---|
| Postman | Migrate collections and environments from Postman. |
| Insomnia | Import data exported from Insomnia REST Client. |
| cURL | Import API requests via raw cURL commands. |
| .har file | Import HTTP Archive format files captured from browser network tabs or other tools. |
| JMeter | Import Apache JMeter script files. |
| Apidog | Import project data from other Apidog projects. |
Import Methods#
You can import data either manually or setup automatic updates.Ideal for one-time migrations. Upload your files or paste data directly to bring your API projects into Apidog.Best for keeping Apidog in sync with external sources. If you maintain your API spec (like OpenAPI) in a git repository or separate file URL, use this to automatically pull updates into Apidog for debugging and testing.Additional Capabilities#
Apidog supports batch importing of Markdown documents for documentation purposes (Note: Markdown is not recognized as an API specification structure).Need to move data out? Apidog supports exporting your APIs to: Modified atΒ 2026-01-07 10:09:48