#
Import from Postman Collections
If you have your APIs on Postman, you can use the Postman collection option to bring them to KushoAI. Importing a Postman collection allows you to import multiple APIs into KushoAI in one go.
Here's how it works:
On the Test Suites page, click on the "Create" button
Click on the "Import Postman Collection" button
Paste your collection JSON or upload the JSON file
Select the APIs that you wish to import
If you're using variables, provide/review their values. When uploading a Postman collection, some placeholders aren’t included in the export, so KushoAI needs you to provide them. Supplying these values ensures your tests run correctly and securely outside of Postman.
Click on "Generate" to start the test generation
Generation using Postman collection happens in async. You'll receive an email once the generation is completed, after which you can view your test suites on the Test Suites page. In the meantime, you can use the Test Suite Generation Status page to check the status of your APIs
Note that we only support Collection v2.1 as of now. If you have a v2 JSON that you wish to import, you can import it into Postman first and then export it as v2.1 JSON.