Social Media Post Analyzer API
Analyze social media posts for engagement prediction, sentiment, virality score, and optimal posting time.
Quick Start
# Analyze a post
curl -X POST https://api.lazy-mac.com/social-post-analyzer-api/analyze -H "Content-Type: application/json" -d '{"text": "Just launched our new product\! Check it out.", "platform": "instagram"}'
Endpoints
| Method | Path | Description |
|---|---|---|
| POST | /analyze | Analyze a post |
| POST | /predict-engagement | Predict engagement score |
| GET | /health | Health check |
Features
- Engagement prediction score
- Sentiment analysis (positive/negative/neutral)
- Virality potential indicator
- Optimal posting time suggestions
- Platform-aware analysis (Instagram, Threads, Twitter)
Deploy target: Cloudflare Workers
Live API: https://api.lazy-mac.com/social-post-analyzer-api/health
Top comments (0)