Hi @anupamm96651300 You should use Sling Model Jackson exporter. You just need to annotate model class to expose in JSON format.@Exporter(name = ExporterConstants.SLING_MODEL_EXPORTER_NAME, extensions = ExporterConstants.SLING_MODEL_EXTENSION)AEM can also be used in headless but you would need to c...