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
    • Get Daily Group AI Search Brand Mentions visibility
      GET
    • Get Daily Group AI Search Site Citations visibility
      GET
  • Organic Traffic
    • Get Daily Traffic Data by Segment
    • Get Traffic Data by Keywords
  • Research
    • Keyword Research
      • By Topic
        • Get Related Keywords
        • Get Topic Overview
      • By URL
        • Domain
          • Get URL/Domain Overview
          • Get Ranking Keywords
      • Get Keyword Data
      • Get Ranking Data
    • Keyword Vault
      • Get Keyword Data by List
      • Get Overview Data
  • Forecast
    • 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 Topic Recommendations

GET
/ai-writer/v3.0/topic-recommendations
This endpoint provides AI-powered topic recommendations for content creation, integrated with SEOmonitor's existing AI Writer API. It manages topic categories, generates strategic content suggestions with SEO metrics, and follows the same authentication and rate limiting patterns as the core AI Writer API.
Key Features:
Generate topic recommendations based on seed keywords or general categories
Maintain and retrieve topic categories for organized content planning
Provide SEO metrics including search volume, difficulty, and ranking potential
Support both general recommendations and category-specific suggestions
Integrate with existing campaign structure

Request

Authorization
API Key
Add parameter in header
Authorization
Example:
Authorization: ********************
or
Query 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/topic-recommendations?campaign_id={{campaign_id}}&on_demand=false&category={{category}}&limit={{limit}}&metrics={{metrics}}&sort_by={{sort_by}}&offset={{offset}}' \
--header 'Authorization: <api-key>'

Responses

🟢200Success
application/json
Body

Example
{
  "campaign_id": 322611,
  "request_type": "topic_recommendations",
  "category_info": {
    "category_name": "marketing digital",
    "category_exists": true,
    "category_id": "cat_001",
    "created_at": "2024-01-15T10:30:00Z"
  },
  "recommendations": [
    {
      "topic": "ce face agentie digitala",
      "topic_id": "topic_001",
      "average_rank": "99+",
      "potential_traffic": "3.4K/mo",
      "keywords_count": 15,
      "clicks_percentage": 95,
      "total_volume": 3400,
      "projected_monthly_visits": 3400,
      "used": false,
      "generated_at": "2025-01-15T14:30:00Z"
    },
    {
      "topic": "avantaje publicitate online 2026",
      "topic_id": "topic_002",
      "average_rank": "99+",
      "potential_traffic": "250/mo",
      "keywords_count": 8,
      "clicks_percentage": 92,
      "total_volume": 250,
      "projected_monthly_visits": 250,
      "used": false,
      "generated_at": "2025-01-15T14:30:00Z"
    },
    {
      "topic": "agentie marketing digital preturi",
      "topic_id": "topic_003",
      "average_rank": "99+",
      "potential_traffic": "200/mo",
      "keywords_count": 12,
      "clicks_percentage": 88,
      "total_volume": 200,
      "projected_monthly_visits": 200,
      "used": false,
      "generated_at": "2025-01-15T14:30:00Z"
    }
  ],
  "metadata": {
    "total_recommendations": 3,
    "unused_topics_count": 3,
    "category_topics_count": 25,
    "generation_method": "ai_generated",
    "last_updated": "2025-01-15T14:30:00Z"
  }
}
🟠400Bad Request
🟠401Unauthorized
🔴500Server Error
Modified at 2025-11-02 09:31:32
Previous
Get Article Content
Next
Get URL/Domain Overview
Built with