# 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:

  1. On the Test Suites page, click on the "Create" button

  2. Click on the "Import Postman Collection" button

  3. Export the collection JSON from Postman

  4. Paste your collection JSON or upload the JSON file

  5. Select the APIs that you wish to import

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

  7. Click on "Generate" to start the test generation

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