Home > Getting Started

Table of Contents

OpenAPI model

An API in API AutoFlow is simply an OpenAPI model. You don’t need to be an expert in OpenAPI. API AutoFlow provides an easy-to-use graphic-based API builder.

A Server is configured to perform what is defined in the API.

Untitled

Read more about OpenAPI specifications (previously Swagger)

The API is used by many features in the API AutoFlow. But, it always plays the same role as an API describing the format for REST APIs and validating the API calls.

When used by a Server

API describes how the server would receive the API calls

This would be your server APIs

When used by a Service