Article Details

Automated Publishing API

For automated article generation and publishing, use the following API endpoint:

POST /api/articles/auto-publish
Content-Type: application/json

{
  "title": "Article Title",
  "topic": "Topic for AI generation",
  "category": "Government|Enterprise|AI Security|National Threats|Technology",
  "autoGenerate": true
}

Note: AI content generation will be enabled in a future update. The API architecture is ready for integration.