Multiple Outputs
•
Reading time 5 minutes
⚙️ Multiple Outputs — Output as HTML, API, or JSON
In KazCMS, content is managed centrally but can be used everywhere. The Multiple Outputs feature allows you to export the same content in different formats to fit different scenarios: HTML for front-end pages, RESTful API for integrations, and JSON for structured processing or static builds.
Key benefits:
- HTML — ready-to-serve markup for website pages and templates;
- API — REST endpoints to deliver content to mobile apps, microservices, or third-party systems;
- JSON — clean structured data for developers, static site generation, or data pipelines.
With KazCMS’s Multiple Outputs you manage content once and publish it everywhere — faster development, consistent data, and flexible deployment.