Skip to main contentAuthor:
We’re excited to announce API Lab v1.1.0, featuring Export data, improved workspace management,
enhanced security for endpoints, better UI interactions and New Experimental Pre-Scripting feature.
Export Data
Export Collections to Postman Colleciton 2.1
- Support export all collections to Postman Collection 2.1 format
- The data is latest and can be used directly in Postman
Export Testcase to Excel from AI-Generated Testcases
- Support export all AI-generated testcases to Excel formats
- The result can be recorded and written to the Excel file
Export API Flows
- Support client create API Flows and export the execution result to HTML file
- The HTML file includes the request, response, and execution result
Enhanced Security for Endpoints
- API Key is supported with salt and hash to protect for each user.
- Internal data and endpoint are redacted when build prompt for AI-generated testcases.
Better UI Interactions
- Support better UI interactions for endpoints
- Support shortcuts key
[Alt + B] to expand/collapse the collection panel.
- Add the find the active tab on collection panel.
New Experimental Pre-Scripting
- Support Visual mode to switch and convert to Script easily.
- Support random variables with syntax
{{$random}}