POST/v1/publish
Sotsial is the distribution layer for modern teams. Connect once, POST to one endpoint, reach every timeline.
curl -X POST https://api.sotsial.com/v1/publish \
-H "Authorization: Bearer so_live_…" \
-d '{
"targets": ["twitter:acme", "linkedin:acme"],
"post": { "text": "Shipping today." }
}'Product
One endpoint
Publish everywhere at once
Your OAuth or ours
Brand-owned authentication
Built for teams
Organization-scoped access
Getting started
01
Create your workspace
Sign up with email, create an organization, and invite your team.
02
Connect your accounts
Link every social account in one flow. Use our OAuth apps or bring your own for brand-owned auth.
03
Publish from one call
POST once to /v1/publish. Sotsial fans it out, handles per-platform quirks, and reports per-target results.