Skip to Content
The Makinari API repo now includes an MCP Server — connect your AI models directly. View on GitHub →
API referenceContent API

Content API

The Content API provides access to the public-facing content generated by your agents (e.g., Blog Posts, Landing Pages, Social Posts).

GET/api/public/posts

Unlike the other API endpoints, the Content API allows unauthenticated reads if the CORS Origin matches your site, making it easy to fetch content directly from your frontend.

Request Parameters

ParameterTypeRequiredDescription
site_idstringYesThe UUID of your Site.
typestringNoFilter by content type.

Interactive Tester

Last updated on