SoftSolzSoftSolz
HomeAPI GuideAPI ReferenceWidget Tester

Social Publishing

Post to LinkedIn, Facebook and Instagram from your backend.

Connect social accounts in the dashboard, then create and schedule posts from the dashboard or your own backend. There is no public embed widget for this service - it is server-to-server only.

List connected accounts

bash
curl https://app.softsolz.uk/api/v1/services/social/accounts \
-H "Authorization: Bearer sk_live_your_key"

Create a post

bash
curl -X POST https://app.softsolz.uk/api/v1/services/social/posts \
-H "Authorization: Bearer sk_live_your_key" \
-H "Content-Type: application/json" \
-d '{"content":"Shipping something new today.","account_ids":["acct_..."]}'

Next

Browse every endpoint in the API Reference, or read the product walkthrough on docs.softsolz.uk.