Skip to main content

Exporting Apidog Data

Apidog supports exporting APIs in data formats such as OpenAPI Specification, HTML, Markdown, Apidog.

Export data

Click the "Settings" → "Export Data" button in the left menu bar, select the data format to be exported, and click the "Export" button.

You can export all APIs or manually select specific APIs to be exported.

You can also export the corresponding API by the tags.

For OpenAPI Specification, we support 3.1, 3.0, and 2.0 versions. Apidog also supports exporting with YAML or JSON format, whether including Apidog Extension OpenAPI Field and export folder as Tags field.

And you can also export the data as an offline document. Click "Open URL" to view the RAW content in your browser.

OperationID ​

OperationId is a string used to uniquely identify an API operation (Operation) in the OpenAPI specification. Support setting OperationId attribute, when exporting OpenAPI format, the value here will be exported to the OperationId of the Operation object.

FAQ

You can check the FAQ:Exporting APIs if you encounter problems when exporting data.