Skip to main content

Blog Article Generator

Generate comprehensive blog articles using AI models with customizable tone, word count, structure, keywords, and language parameters. Perfect for creating SEO-optimized content that engages your audience.

Available Models

Loading available models...

Request Parameters

Field NameTypeExampleDescriptionRequired
typetextCONTENT_GENERATOR_BLOG_ARTICLEFeature identifier✔️
modeltextgpt-4oAI model to use✔️
conversationIdtextCONTENT_GENERATOR_BLOG_ARTICLEConversation context✔️
promptObject.tonestringinformativeContent tone (informative, creative, professional, etc.)✔️
promptObject.numberOfWordnumber1000Target word count✔️
promptObject.numberOfSectionnumber5Number of sections to structure the article✔️
promptObject.keywordsstringAI healthcare, machine learningSEO keywords (comma-separated)✔️
promptObject.languagestringEnglishContent language✔️
promptObject.promptstringHow AI is transforming healthcareArticle topic/instruction✔️

Endpoint

Request Headers

FieldValue
API-KEY<api-key>
Content-Typeapplication/json

Code Example

curl --location 'https://api.1min.ai/api/features' \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"type": "CONTENT_GENERATOR_BLOG_ARTICLE",
"model": "gpt-4o",
"conversationId": "CONTENT_GENERATOR_BLOG_ARTICLE",
"promptObject": {
"tone": "informative",
"numberOfWord": 1000,
"numberOfSection": 5,
"keywords": "AI healthcare, machine learning medical, digital transformation",
"language": "English",
"prompt": "How artificial intelligence is transforming the healthcare industry"
}
}'

Interactive Playground

Loading interactive playground...

Response Format

The API returns a generated blog article with the specified structure, tone, and SEO optimization.