Platforms Overview
Supported social media platforms and their capabilities.
Supported Platforms
RelayAPI supports posting to 12+ social media platforms through a single unified API. Each platform has specific features, limitations, and content requirements.
Platform Comparison
| Platform | Text | Images | Video | Stories | Reels | Scheduling |
|---|---|---|---|---|---|---|
| Twitter/X | ✅ | ✅ | ✅ | — | — | ✅ |
| ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
| ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
| ✅ | ✅ | ✅ | — | — | ✅ | |
| TikTok | ✅ | — | ✅ | — | — | ✅ |
| YouTube | ✅ | — | ✅ | ✅ | ✅ | ✅ |
| ✅ | ✅ | ✅ | — | — | ✅ | |
| ✅ | ✅ | ✅ | — | — | ✅ | |
| Bluesky | ✅ | ✅ | — | — | — | ✅ |
| Threads | ✅ | ✅ | ✅ | — | — | ✅ |
| Telegram | ✅ | ✅ | ✅ | — | — | ✅ |
| Snapchat | ✅ | ✅ | ✅ | ✅ | — | ✅ |
Getting Started
- Connect your social accounts via the dashboard or API
- Create a post with target account IDs
- RelayAPI handles platform-specific formatting automatically
Platform Overrides
Use platform_overrides to customize content per platform:
{
"content": "Check out our new feature!",
"targets": ["acc_twitter_123", "acc_linkedin_456"],
"platform_overrides": {
"twitter": {
"content": "Check out our new feature! 🚀 #tech"
},
"linkedin": {
"content": "Excited to announce our latest feature. Here's what it means for the industry..."
}
}
}