API Reference
Integrate Socialytics into your applications with our comprehensive REST API.
Getting Started
The Socialytics API provides programmatic access to social intelligence capabilities. All API requests require authentication via API keys, which you can generate from your dashboard.
Authentication
Include your API key in the Authorization header of all requests:
Core Endpoints
/sentiment/analyze
Analyse sentiment of text with quantum-enhanced NLP.
/trends/emerging
Retrieve emerging trends with predictive scoring.
/agents/create
Deploy a new autonomous monitoring agent.
/agents/{id}/insights
Retrieve insights generated by a specific agent.
/metrics/dashboard
Fetch aggregated metrics for dashboard display.
/quantum/analyze
Execute quantum-accelerated pattern analysis.
Rate Limits
Rate limits vary by subscription tier. Limits are applied per API key.
Full API documentation with code examples
View Full Documentation