The Katalon API is designed using RESTful architecture, providing structured, resource-based URLs. It supports form-encoded request bodies, delivers responses in JSON format, and uses standard HTTP methods, authentication mechanisms, and status codes.
Katalon offers two main API suites:
- TestOps API: Enables integration with Katalon TestOps to manage test results, schedules, and reports programmatically. For more information about Katalon TestOps API, see the following documentation: Katalon TestOps API Documentation.
- TestCloud API: Facilitates interaction with Katalon TestCloud to manage and execute automated test cases in a cloud environment via Katalon Studio integration or the web app version. For more information about Katalon TestCloud API, see the following documentation: Katalon TestCloud API Documentation.