Platform Stats

Get real-time performance metrics and autonomous orchestration status for a specific website.

Endpoint

GET https://api.hatrio.ai/api/v1/stats

Example Response

{
  "success": true,
  "website_id": "312e-412e-bca5",
  "metrics": {
    "total_articles_generated": 42,
    "total_leads_captured": 128,
    "avg_engagement_rate": "4.2%",
    "autonomous_status": "active"
  }
}