
1,410
Customers have installed this app in at least 1,410 active instances.
by Andrey Stepanovfor Confluence Cloud
Supported
Andrey Stepanov supports this app.
Unsupported
This app isn't formally supported.
Unsupported
This app isn't formally supported.
Free app
Generate interactive documentation from your OpenAPI document
Generate interactive documentation from your OpenAPI document
More details
Post your OpenAPI compliant documentation to the widget and get nicely generated interactive application on your page.
Easy to use, popular and familiar user interface. Most developers are already familiar with it.
- Uses open source actively supported Swagger UI project under the hood
- Supports latest version of the OpenAPI specification (up to 3.0.3)
Reviews for cloud
(15)Sign in to write a review
Works as intended, great work

Works great!

Not stable. Sometime it shows application error

Took me a little bit of time to figure out how to add this via confluence rest apis so I thought I'd share it on here incase anyone else is trying to do this:
Send a request to:
PUT https://test.atlassian.net/wiki/rest/api/content/<PAGE_ID>?expand=body.storage
{
"type": "page",
"title": "page-name",
"version": {
"number": 19
},
"body": {
"storage": {
"value": "<ac:structured-macro ac:name=\"swagger-open-api-macro\"><ac:plain-text-body><![CDATA[<YOUR-SWAGGER-DEFINITION-HERE>]]></ac:plain-text-body></ac:structured-macro>",
"representation": "storage"
}
}
}
Just works. Much appreciated.
A "nice to have" would be if you could just attach the API docs as files to the Confluence page and refer to the attachment in the widget.
Reviews for server
(15)Sign in to write a reviewReviews for Data Center
(15)Sign in to write a reviewCloud Pricing
Server Pricing
Data Center Pricing
Andrey Stepanov provides support for this app.
Vendor support resources
Documentation
Find out how this app works.
See existing Q&A in Atlassian CommunityAsk a question in the Atlassian Community
Atlassian-hosted discussions connect you to other customers who use this app.
Versions
Confluence Cloud • Released 2021-01-20
Summary
Minor improvements
Details
- Improved upgrade experience
Installation
- Log into your Confluence instance as an admin.
- Click the admin dropdown and choose Add-ons. The Find new apps or Find new add-ons screen loads.
- Locate Visualize OpenAPI (Swagger) documentation.
- Click Install to download and install your app.
- You're all set! Click Close in the Installed and ready to go dialog.