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

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

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