Multi-tenant content infrastructure
Content that scales
with every tenant
Blog, FAQ, and community forums delivered through a single API. One platform, fully white-labeled for each of your customers.
Multi-tenant ready
REST API
White-label
Blog
- Full CRUD with tags, authors, and categories
- Scheduled publishing (set future publish date)
- Newsletter subscriptions with one-click unsubscribe
- RSS/Atom feed generation
- SEO metadata fields (title, description, keywords)
- AI-powered cover image generation
/api/v1/blog/*FAQ
- Structured Q&A organized by category
- Keyword + semantic search (semantic requires OpenAI key per tenant)
- Helpfulness tracking per item
- User-submitted questions with moderated intake queue
- Inactive item management (hide without deleting)
/api/v1/faq/*Community
- Forum-style discussions with threading and upvotes
- Reputation system with points, trust levels, and badges
- Leaderboard
- Community polls
- Content reporting and moderation queue
- @mentions with notifications
- Emoji reactions on replies
- Solution marking (mark best answer, awards reputation)
/api/v1/community/*Platform
- Webhook event subscriptions (blog events with HMAC-signed delivery)
- Tenant-level feature customization (layout, UX, messaging)
- AI-powered image generation for blog posts
- Structured analytics (engagement events, search queries)
/api/v1/admin/*REST API Reference
Authenticate via API key in the X-API-Key header.