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

Content Calendar

Generates a strategic content calendar plan and creates draft content items based on that plan.

POST /api/agents/copywriter/content-calendar

Request Body

{ "siteId": "123e4567-e89b-12d3-a456-426614174000", "userId": "123e4567-e89b-12d3-a456-426614174000", "timeframe": "next month", "contentType": ["blog_post", "social_post"], "targetAudience": ["small business owners"], "goals": ["increase brand awareness", "drive traffic"], "keywords": ["marketing automation", "growth hacking"] }
ParameterTypeRequiredDescription
siteIdstringYesThe UUID of the site.
userIdstringNoThe UUID of the user requesting the calendar.
segmentIdstringNoThe UUID of a specific audience segment to target.
campaignIdstringNoThe UUID of a specific campaign to align with.
agent_idstringNoThe UUID of the specific agent to use.
timeframestringNoThe timeframe for the content plan (e.g., “next month”).
contentTypestring | string[]NoTypes of content to generate (e.g., “blog_post”, “video”).
targetAudiencestring | string[]NoDescription of the target audience.
goalsstring[]NoList of business or marketing goals.
keywordsstring[]NoList of focus keywords.

Response

Returns the generated content plan and the created draft content items.

Last updated on