You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>API Exporter is a Burp Suite extension designed to dynamically generate API documentation in both OpenAPI 3.1 and Postman 2.1 formats. It extracts request and response details from intercepted HTTP traffic, processes the data, and generates structured API documentation files that comply with industry standards.</p>
<li><strong>Postman 2.1 Support:</strong> Exports API documentation compatible with Postman.</li>
<li><strong>Dynamic Content Type Handling:</strong> Supports <code class="InlineCode">application/json</code>, <code class="InlineCode">application/xml</code>, and other media types.</li>
<li><strong>Request Body Parsing:</strong> Dynamically processes body content for different content types.</li>
<li><strong>Extensible:</strong> Easily integrates into penetration testing workflows.</li>
</ul>
<h2>Usage</h2>
<ol>
<li>Proxy traffic through Burp.</li>
<li>Select items from your HTTP History table</li>
<li>Right-click, and use the API Exporter "Export API Docs" context-menu option.</li>
<li>In the popup API Exporter panel, configure the folder location for your collection, and choose the export type.</li>
<li>Use the "Export" button to export your collection.</li>