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 swagger 2.0
versions. Apidog also supports exporting with YAML
or JSON
formats, 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 in the OpenAPI specifications.Set OperationId
attribute while exporting OpenAPI
format, and 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.