Create New Article
G3TI Content Management System - Manual Article Creation
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
}
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.