#
Import from Postman Collections
If you have your APIs on Postman, you can use the Postman collection option to bring them to KushoAI. Importing 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. # TODO: explain why user needs to provide there values when they're already present on 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 meanwhile, you can use the Test Suite Generation Status page to check the status of your APIs
Note that we only support Collection v2.1 only as of now. If you have a v2 JSON which you wish to import, you can import it into Postman first and then export it as v2.1 JSON