## API-First Architecture
Optimic is built API-first. Every feature available in our UI is also available via API, enabling deep integration with your existing tech stack.
## API Overview
Our 150+ APIs are organized into modules:
### Core APIs
- **Content API**: CRUD operations for content
- **Analytics API**: Access performance data
- **Optimization API**: Trigger and manage optimizations
### Intelligence APIs
- **Prediction API**: Access forecasting models
- **Trend API**: Get trending topics
- **Competitor API**: Monitor competition
### Automation APIs
- **Workflow API**: Create custom automation
- **Agent API**: Interact with AI agents
- **Experiment API**: Manage A/B tests
## Authentication
All APIs use OAuth 2.0 with JWT tokens for secure access.
## Rate Limits
| Plan | Requests/Hour | Concurrent |
|------|---------------|------------|
| Starter | 1,000 | 10 |
| Growth | 10,000 | 50 |
| Enterprise | Unlimited | Custom |
## Webhooks
Subscribe to real-time events:
- Content published
- Experiment completed
- Alert triggered
- Optimization applied
## SDKs Available
- JavaScript/TypeScript
- Python
- Go
- Ruby
- PHP
## Getting Started
1. Generate API keys in your dashboard
2. Install your preferred SDK
3. Start building!
Check our full API documentation at docs.optimic.ai for detailed endpoint references and examples.