Skip to main content
GET
/
generate-article-ideas
Article Ideas
curl --request GET \
  --url https://v3-api-beta.snowseo.com/snowseo/v2/generate-article-ideas \
  --header 'Authorization: Bearer <token>'
Let AI suggest article topics based on your brand, target audience, and industry. Great for filling your content calendar with SEO-friendly ideas.
This endpoint requires an active session (it reads your team data from the session context). It works with API key authentication when your team data is set up in the dashboard.

Request

activeProjectId
string
required
Your active project/team ID. Used to fetch your brand description and target audience.

Response

{
  "result": [
    "SEO Basics",
    "Keyword Research Strategies",
    "Content Optimization Tips",
    "Competitor Analysis Techniques",
    "AI in SEO",
    "SEO Tools Overview",
    "Automated Content Creation",
    "Performance Analytics",
    "Local SEO for India",
    "Ecommerce SEO Best Practices",
    "SEO for Startups",
    "Technical SEO Essentials",
    "Link Building Strategies",
    "SEO Trends and Updates",
    "Measuring SEO ROI"
  ]
}
Use these ideas as starting points for the Article Titles and Article Outline endpoints to build a complete draft.