SEOmonitor API 3.0
  1. AI Writer
SEOmonitor API 3.0
  • Overview
  • Campaigns
    • Get Tracked Campaigns
      GET
  • Rank Tracker
    • Get Keyword Data
      GET
    • Get Keyword AI Overview Data
      GET
    • Get Keyword AI Search Data
      GET
    • Get Groups List
      GET
    • Get Keywords Competition Data
      GET
    • Get Keywords Competition Data AI Overview
      GET
    • Get Keywords Competition AI Search Data
      GET
    • Get Top 100 Results
      GET
    • Get Groups Data
      GET
    • Get Daily Keyword Ranks
      GET
    • Get Daily Keyword Ranks AI Overview
      GET
    • Get Daily AI Search Keyword Ranks
      GET
    • Get Daily Group Visibility
      GET
    • Get Daily Group Visibility AI Overview Mentions
      GET
    • Get Daily Group Visibility AI Overview Citations
      GET
    • Add New Keywords
      POST
    • Get Keywords Import Status
      GET
    • Get Daily SERP Feature Presence
      GET
    • Get Ranking Pages
      GET
    • Get Daily Share of Clicks
      GET
    • Get Share of Voice
      GET
  • Organic Traffic
    • Get Daily Traffic Data by Segment
    • Get Traffic Data by Keywords
    • Get Daily Traffic Data by Segment
    • Get Traffic Data by Keywords
  • Research
    • Keyword Research
      • By Topic
        • Get Related Keywords
        • Get Topic Overview
        • Get Related Keywords
        • Get Topic Overview
      • By URL
        • Domain
          • Get URL/Domain Overview
          • Get Ranking Keywords
      • Get Keyword Data
      • Get Ranking Data
      • Get Keyword Data
      • Get Ranking Data
    • Keyword Vault
      • Get Keyword Data by List
      • Get Overview Data
      • Get Keyword Data by List
      • Get Overview Data
  • Forecast
    • Get Forecast scenarios
    • Get Forecast scenario Data
    • Get Forecast objective Data
    • Get Forecast keywords
    • Get Forecast scenarios
    • Get Forecast scenario Data
    • Get Forecast objective Data
    • Get Forecast keywords
  • AI Writer
    • Generate Outlines and Articles
      POST
    • Get Generation Status
      GET
    • Get Article Content
      GET
    • Get Topic Recommendations
      GET
  • Get URL/Domain Overview
    GET
  • Get Ranking Keywords
    GET
  1. AI Writer

Generate Outlines and Articles

POST
/ai-writer/v3.0/generate
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": ""
        }
    ]
}'

Responses

🟢200Success
application/json
Body

Example
{
  "request_id": "78b379dc-5267-4ab3-9fc0-c27a720aa1a3"
}
🟠400Bad Request
🟠401Unauthorized
🟠402Not Enough Credit
🟠429Too Many Requests
Modified at 2025-10-30 13:28:59
Previous
Get Forecast keywords
Next
Get Generation Status
Built with