Content Generation
/content/outline
Generate a content outline with headings and key points.
Request Body:
{
"topic": "How to Optimize WordPress Performance",
"keyword": "wordpress speed optimization",
"tone": "professional",
"audience": "general",
"max_tokens": 800
}
Response:
{
"success": true,
"content": "## Introduction\n\n## Key Optimization Strategies...",
"usage": {
"tokens": 650,
"cost": 0.0019
}
}
/content/draft
Generate a full draft from an outline.
Request Body:
{
"outline": "## Introduction\n## Main Points...",
"tone": "professional",
"word_count": 1000,
"keyword": "wordpress optimization"
}
/content/expand
Expand existing text with more detail.
/content/rewrite
Rewrite content in a different tone or style.