API
Open your solution to the world with standard REST APIs and documentation.
Integrate various internal or external solutions, mobile apps or any kind of systems that can interact with standard web service.

- Create API from autogenerated DTOs (derived from your existing DB models) to speed up your development or add custom Request/Response models to meet your specific requirements.
- Create API for any external solution based on direct database connection and the same simple approach.
- Control the complete flow of API call with No-Code / Low-Code approach and validate, manipulate the header and the body of each Request / Response as you wish.
- Enable OData protocol for your existing APIs and make them queryable and interoperable.
- Autogenerate OpenAPI Specification for your APIs and enable easy way for consumption via API client libraries (SDKs).
- Use Swagger UI / ReDoc documentation that is automatically generated from your OpenAPI specification, to visualise and interact with the API’s resources for your development purposes.
- Protect your APIs with OAuth 2.0/OpenID Connect, API keys or Basic Authentication.