Structured content.
Any frontend.
REST + GraphQL APIs, webhooks, API-key auth, and a Model Context Protocol endpoint per site out of the box. Drop-in ask-embed.js gives you AI chat on any frontend.
curl https://fluxeta.com/api/v1/posts \
-H "Authorization: Bearer sk_live_your_key"
# Returns paginated posts for your site
{
"data": [...],
"meta": { "total": 48, "page": 1, "per_page": 20 }
}
What developers get
REST API
Full CRUD for posts, pages, sites, subscribers, and members. JSON responses. Standard HTTP status codes.
API Key Auth
Generate per-site API keys from your dashboard. Bearer token authentication. Revoke anytime.
Webhooks
Subscribe to post.published, post.updated, member.created events. Push to any endpoint.
Headless Mode
Disable the built-in public site. Use Fluxeta purely as a content backend for your own frontend.
Content Import
Import from WordPress XML or Substack export. Migrate your existing content in minutes.
Custom Content Types
Define your own content schemas beyond posts. The API exposes all content types.