Content API
The Content API allows external systems and websites to fetch public content from your Makinari site. This is useful for building headless frontends, public directories, generating RSS feeds, or integrating your content into other platforms.
Endpoints
The API is divided into specific content types:
- Blog Posts: Fetch published articles and posts.
- RSS Feed: Retrieve content formatted for RSS readers and syndication.
Authentication and Access
Access to the Content API depends on how the request is made:
- Client-side Requests (Browsers): When called from a web browser (with an
Originheader), the request will succeed without an API key only if the origin matches the domain registered for the site in your Makinari account. - Server-side Requests (Machine-to-Machine): When called from a server or external system (without an
Originheader), the request requires a valid API key passed via theAuthorizationheader, just like any other REST API endpoint.
Last updated on