RelayAPI

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

PlatformTextImagesVideoStoriesReelsScheduling
Twitter/X
Instagram
Facebook
LinkedIn
TikTok
YouTube
Pinterest
Reddit
Bluesky
Threads
Telegram
Snapchat

Getting Started

  1. Connect your social accounts via the dashboard or API
  2. Create a post with target account IDs
  3. 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..."
    }
  }
}

On this page