Main API Page

The Serpzilla platform uses the OpenAPI specification as an API.

A set of tools for working with OpenAPI for various programming languages and frameworks can be found at: https://openapi.tools/

In this section of the system, you will find an interactive Swagger UI environment for direct work with the API (below on this page) and a number of pages with typical use cases of the system.

API method links will be presented through a tag interface. This is a notation adopted in Swagger. The tag interface of an API method is formed from the tag name (e.g., System) and operationId (e.g., getConfiguration). For this example, the method name will be indicated as System.getConfiguration.

Loading ui...