API Protocol Guide
Opsalis supports 6 API protocols. Your existing API works as-is — our handler bridges any protocol to our universal format. Consumers never need to know what protocol you use.
How Opsalis Handles Protocols
Regardless of which protocol your API uses, the Opsalis handler automatically bridges it to our universal OpenAPI-based consumer interface. API owners never change their code. Consumers always get a clean, consistent experience.
Owner side: Install the handler, point it at your existing server, upload your spec file (OpenAPI YAML, GraphQL SDL, WSDL, .proto, or method list). That is it — zero code changes.