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

Get Generation Status

GET
/ai-writer/v3.0/status
Use this endpoint to poll for the status of a batch generation request using the request_id returned from the /generate endpoint.

Request

Query Params

Header Params

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 -g --request GET 'https://apigw.seomonitor.com/v3/ai-writer/v3.0/status?request_id={{request_id}}' \
--header 'Authorization: {{authorization}}'

Responses

🟢200Success
application/json
Body

Example
{
  "request_id": "78b379dc-5267-4ab3-9fc0-c27a720aa1a3",
  "batch_status": "completed", // pending, processing, completed, failed
  "created_at": "2025-09-03T14:30:00Z",
  "updated_at": "2025-09-03T14:35:10Z",
  "articles": [
    {
      "article_id": 35743,
      "topic": "The Future of SEO in 2026",
      "status": "completed" // pending, processing, completed, failed
    },
    {
      "article_id": 35744,
      "topic": "Beginner's Guide to Technical SEO",
      "status": "completed"
    }
  ]
}
🔴500Server Error
🟠400Bad Request
🟠401Unauthorized
Modified at 2025-10-30 12:52:41
Previous
Generate Outlines and Articles
Next
Get Article Content
Built with