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
- GET /blog/list — paged list by app slug.
- GET /blog/get — one post; view counter increments.
- GET /blog/feed — RSS 2.0 or XML sitemap.
Verify
GET
https://ctrlapp.krdcode.com/api/public/sdk/v1/blog/list?app_slug=<APP_SLUG>&limit=3Verify 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.