This is your focus keyword.
These are the blog sections.
This is the section that you want to focus on.
These are the previous sections of your blog.
Any guildlines to consider while generating the blog body. Example: No political posts
Response
This is the generated paragraph.
curl -X POST \
<BASE_URL>/v2/body \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY' \
-d '{
"title": "The Future of Technology",
"keyword": "Innovation",
"sections": [ "Introduction", "AI Advancements", "Impact on Society" ],
"focus_section": "Impact on Society",
"previous_sections": {
"Introduction": "This is the introduction section",
"AI Advancements": "This is the AI advancements section"
},
"guidelines": "No political content"
}'
{
"body": [
"The generated body."
]
}