Essential
create_content
Main entry point with 4-phase workflow: Research → Creation → Optimization → Publishing
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| request | string | Optional | — | Natural language request (e.g., 'write a blog post about AI') |
| count | number | Optional | 1 | Number of articles to create |
| with_images | boolean | Optional | true | Generate hero images for content |
| publish_to | string[] | Optional | [] | Where to publish: 'ghost', 'wordpress', 'none' |
Example
Create a blog post:
Request
{
"request": "Write a blog post about React hooks best practices",
"with_images": true,
"publish_to": ["ghost"]
}Response
{
"workflow_id": "wf_1234567890",
"phases": {
"research": "keyword_research, seo_strategy, topical_map",
"creation": "content_planning, content_write, save_content",
"optimization": "quality_check, geo_optimize",
"publishing": "generate_image, publish_content"
},
"project_info": {
"name": "My Blog",
"niche": "Web Development"
},
"settings": {
"word_count": 2000,
"brand_voice": "Professional, technical",
"total_images": 4
}
}Tips
Best Practices
- Runs 4-phase workflow automatically: Research → Creation → Optimization → Publishing
- Uses project settings from dashboard (word count, brand voice, keywords)
- Can create multiple articles at once with count parameter
- Integrates quality_check and geo_optimize for professional content