POST/v1/publish

Publish to every social network from a single API call.

Sotsial is the distribution layer for modern teams. Connect once, POST to one endpoint, reach every timeline.

POST /v1/publish
200 OK
curl -X POST https://api.sotsial.com/v1/publish \
  -H "Authorization: Bearer so_live_…" \
  -d '{
    "targets": ["twitter:acme", "linkedin:acme"],
    "post": { "text": "Shipping today." }
  }'
  • Twitter
  • Instagram
  • LinkedIn
  • Threads
  • Facebook
  • YouTube
  • TikTok
  • Google

Product

Everything a distribution layer needs.

One endpoint

Publish everywhere at once

A single POST publishes to every connected account. Media, threading, scheduling — handled.

Your OAuth or ours

Brand-owned authentication

Bring your own client credentials per platform, or fall back to Sotsial's shared apps for fast setup.

Built for teams

Organization-scoped access

Org-owned API keys, member roles, and isolated credentials per environment. Ready for real deploys.

Getting started

Three steps, ten minutes.

  1. 01

    Create your workspace

    Sign up with email, create an organization, and invite your team.

  2. 02

    Connect your accounts

    Link every social account in one flow. Use our OAuth apps or bring your own for brand-owned auth.

  3. 03

    Publish from one call

    POST once to /v1/publish. Sotsial fans it out, handles per-platform quirks, and reports per-target results.

Ship to every timeline at once.