Socialit
X

Post to X without living in the developer portal.

Schedule tweets, threads, images, and video through Socialit. We handle OAuth, media steps, and X API usage pass-through so you ship posts, not plumbing.

API

Schedule a post to X

Real Socialit shape. target_account_ids points at a connected X account (x).

Full posts reference →
curl -X POST https://api.socialit.com/v1/posts \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "content": "Shipping today.",
    "target_account_ids": ["sa_x_account"],
    "media_ids": ["med_2Xa..."],
    "scheduled_at": "2026-07-20T15:00:00.000Z"
  }'
Why Socialit

Socialit API vs official X API

Socialit

  • One API key for every network you connect
  • OAuth, token refresh, and media upload handled for you
  • Schedule, queues, and drafts in the same request shape
  • Hosted in our Prague data center. FunFirst-run stack
  • First 2 social accounts free. Pay per seat after that
  • X API pay-per-use costs passed through at exact X rates

Official X API

  • Developer app setup, scopes, and frequent API churn
  • Multi-step media upload before you can attach a tweet
  • Rate limits and usage billing you must instrument yourself
  • Separate stack if you also need Instagram, LinkedIn, or TikTok
  • No shared scheduling, queues, or inbox with other networks
Content

Supported content types

  • Tweets Up to 280 characters
  • Images Up to 4 per post
  • Video MP4 / MOV
  • GIFs Via image upload
Features

What you get with X

  • Connect once

    OAuth for X accounts with token refresh handled in the background.

  • Schedule and queues

    Pick a time or drip posts from a queue in your timezone.

  • Comments and DMs

    Engagement APIs for replies and conversations where X supports them.

  • Same seats model

    X accounts count toward your workspace seats like every other network.

FAQ

Common questions

Do I still pay X for API usage?

Socialit seats cover the product. X pay-per-use API costs are passed through at exact X rates when you publish on X.

Can I schedule threads?

Compose and schedule posts to connected X accounts through the app or API. Use our posts and media endpoints the same way you do for other networks.

Is a developer account on X required for my end users?

Your users connect via Socialit OAuth. You do not send them through the X developer portal.

Does this work with the public API and MCP?

Yes. Connect X, then create posts with target_account_ids. MCP tools use the same workspace and seats.

Ready to connect X?

First 2 accounts free. Every feature included.