# 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:
1. On the [Test Suites](https://app.kusho.ai/all-test-suites) page, click on the "Create" button
![](<Screenshot 2024-09-27 at 6.40.13 PM.png>)

2. Click on the "Import Postman Collection" button
![](<Screenshot 2024-09-27 at 7.00.39 PM.png>)

3. [Export the collection JSON from Postman](https://learning.postman.com/docs/getting-started/importing-and-exporting/exporting-data/#export-collections)

4. Paste your collection JSON or upload the JSON file
![](image-13.png)

5. Select the APIs that you wish to import
![](image-14.png)

6. 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.

![](image-15.png)

![](image-16.png)

7. Click on "Generate" to start the test generation 
![](image-17.png)

8. 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](https://app.kusho.ai/all-test-suites) page. In the meantime, you can use the [Test Suite Generation Status](https://app.kusho.ai/test-generation) 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.  
