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"]
}| Parameter | Type | Required | Description |
|---|---|---|---|
siteId | string | Yes | The UUID of the site. |
userId | string | No | The UUID of the user requesting the calendar. |
segmentId | string | No | The UUID of a specific audience segment to target. |
campaignId | string | No | The UUID of a specific campaign to align with. |
agent_id | string | No | The UUID of the specific agent to use. |
timeframe | string | No | The timeframe for the content plan (e.g., “next month”). |
contentType | string | string[] | No | Types of content to generate (e.g., “blog_post”, “video”). |
targetAudience | string | string[] | No | Description of the target audience. |
goals | string[] | No | List of business or marketing goals. |
keywords | string[] | No | List of focus keywords. |
Response
Returns the generated content plan and the created draft content items.
Last updated on