The SEOMonitor AI Writer API allows you to programmatically generate articles in batches. This enables seamless integration of our AI-powered content creation tools into your own applications and workflows.
Request
Header Params
Body Params application/jsonRequired
Example
{"campaign_id":"{{campaign_id}}","articles":[{"own_content_url":"","generate_article":true,"comprehensive":true,"authority":true,"prompt":"Write an authoritative and comprehensive article on the 'Top 10 SEO Strategies to Increase Organic Traffic and Rankings'. The guide must focus on cost-effective SEO tactics, technical SEO essentials, and features that modern search engines prioritize, such as E-E-A-T signals, Core Web Vitals, and improving overall search visibility through data-driven insights.","generate_images":true,"topic":"SEO strategies to boost organic traffic","fresh_country":"UK","fresh_market":false,"writing_styles":["Informative","Professional"],"internal_links":["https://www.seomonitor.com/","https://www.seomonitor.com/blog"],"own_content_prompt":""}]}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://apigw.seomonitor.com/v3/ai-writer/v3.0/generate' \
--header'authorization: {{authorization}}' \
--header'Content-Type: application/json' \
--data-raw'{
"campaign_id": "{{campaign_id}}",
"articles": [
{
"own_content_url": "",
"generate_article": true,
"comprehensive": true,
"authority": true,
"prompt": "Write an authoritative and comprehensive article on the '\''Top 10 SEO Strategies to Increase Organic Traffic and Rankings'\''. The guide must focus on cost-effective SEO tactics, technical SEO essentials, and features that modern search engines prioritize, such as E-E-A-T signals, Core Web Vitals, and improving overall search visibility through data-driven insights.",
"generate_images": true,
"topic": "SEO strategies to boost organic traffic",
"fresh_country": "UK",
"fresh_market": false,
"writing_styles": [
"Informative",
"Professional"
],
"internal_links": [
"https://www.seomonitor.com/",
"https://www.seomonitor.com/blog"
],
"own_content_prompt": ""
}
]
}'