Quick Start
This guide walks you through the basic workflow of using EasyApi.
Export APIs to Postman
- Open a Java/Kotlin file containing API endpoints (e.g., a Spring
@RestController) - Right-click in the editor and select EasyApi > ExportToPostman
- The API definitions will be exported to your Postman collection
Export APIs to Markdown
- Open a Java/Kotlin file containing API endpoints
- Right-click in the editor and select EasyApi > ExportMarkdown
- A Markdown document will be generated with all API details
Call an API
- Open a Java/Kotlin file containing API endpoints
- Click the gutter icon (▶) next to an API method, or right-click > EasyApi > Call
- The API Dashboard opens with the endpoint details pre-populated
- Modify parameters as needed and click Send
Next Steps
- Export to Postman — Detailed Postman export options
- Export to Markdown — Customize Markdown output format
- API Dashboard & Call — Dashboard features, request editing, and Search Everywhere
- Configuration — Configure EasyApi behavior