---
title: "Katalon Integration: Import API Requests"
slug: "katalon-integration-import-api-requests"
description: "learn how to utilise Test Modeller's Katalon integration for importing Katalon API requests, which can then be used to generate API Tests using Models."
tags: ["Connections and Integrations", "Test Modeller"]
updated: 2024-09-27T14:19:13Z
published: 2024-09-27T14:19:13Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://knowledge.curiositysoftware.ie/llms.txt
> Use this file to discover all available pages before exploring further.

# Katalon Integration: Import API Requests

In this documentation article, learn how to utilise Quality Modeller's Katalon integration for importing Katalon API requests, which can then be used to generate API Tests using Models.

[Embedded content](https://www.youtube.com/embed/hs1BtF6Lfx4?&amp;wmode=opaque&amp;rel=0)

To create API tests from Katalon API request, you must first have an API request set up, with the variables exposed. You can then import the zipped API request file directly into Quality Modeller.

![](https://cdn.document360.io/77f722a6-2d0a-49fa-8074-572515a6c4b8/Images/Documentation/Screenshot%202023-06-22%20123027.png)

![](https://cdn.document360.io/77f722a6-2d0a-49fa-8074-572515a6c4b8/Images/Documentation/Screenshot%202023-06-22%20123033.png)

To import the Katalon API requests, navigate to the **Explorer** view in Quality Modeller and hit the **Import button** on the right-hand side, and select**Code Page Object** for import.

![](https://cdn.document360.io/77f722a6-2d0a-49fa-8074-572515a6c4b8/Images/Documentation/Screenshot%202023-06-22%20123101.png)

![](https://cdn.document360.io/77f722a6-2d0a-49fa-8074-572515a6c4b8/Images/Documentation/Screenshot%202023-06-22%20123106.png)

This will open the **Code Import window**. Here, select your zipped API request file and hit the import button. This will import the request, which can then be found in the**Explorer** view.

![](https://cdn.document360.io/77f722a6-2d0a-49fa-8074-572515a6c4b8/Images/Documentation/Screenshot%202023-06-22%20123149.png)

![](https://cdn.document360.io/77f722a6-2d0a-49fa-8074-572515a6c4b8/Images/Documentation/Screenshot%202023-06-22%20123135.png)

![](https://cdn.document360.io/77f722a6-2d0a-49fa-8074-572515a6c4b8/Images/Documentation/Screenshot%202023-06-22%20123207(1).png)

With the import complete, you can now **create a model** which can generate the code required to test the API request. In our example, we import the request module into our model, and then generate the code in order to populate the API tests inside Katalon Studio.

![](https://cdn.document360.io/77f722a6-2d0a-49fa-8074-572515a6c4b8/Images/Documentation/Screenshot%202023-06-22%20123256.png)

Once your model is built, and your code is generated,**copy and paste the Scripts and Test Cases** folders into the **Katalon folder** on your machine. You will now be able to find your tests in Katalon Studio and run them.

![](https://cdn.document360.io/77f722a6-2d0a-49fa-8074-572515a6c4b8/Images/Documentation/Screenshot%202023-06-22%20123311.png)

![](https://cdn.document360.io/77f722a6-2d0a-49fa-8074-572515a6c4b8/Images/Documentation/Screenshot%202023-06-22%20123323.png)

![](https://cdn.document360.io/77f722a6-2d0a-49fa-8074-572515a6c4b8/Images/Documentation/Screenshot%202023-06-22%20123352.png)

The Explorer section of Quality Modeller is the main location for finding all your models, data sheets, scans and variables. This will be the main view you use in Modeller and where you create new models and edit existing ones.
