Blog / content feed

Publish posts per app; read from any client with three unauthenticated endpoints.

Blog posts live on the app, are localizable, and are served publicly (no auth) for embedding in websites or in-app content.

DashboardApps → your app → Blog

Read endpoints

Verify

GEThttps://ctrlapp.krdcode.com/api/public/sdk/v1/blog/list?app_slug=<APP_SLUG>&limit=3
Verify it
  • Publishing a post makes it appear in /blog/list within one cache TTL (~60 s).
  • Fetching /blog/get bumps view_count in the dashboard.
  • ?format=sitemap returns valid <urlset> XML.
Back to top