---
title: "Publish to Social"
method: POST
path: "/social/publish"
tags: ["Social"]
---

# Publish to Social

`POST /social/publish`

Publish images or videos directly to connected social accounts

## Request body

- object
  - `accounts` unknown[], required — Array of account IDs to publish to (see [List Social Accounts](/docs/api-reference/social-accounts-list))
    - unknown
  - `content` string — Caption/text for the post (max 5000 characters)
  - `media_url` string — URL of the image or video to publish
  - `media_urls` unknown[] — Multiple media URLs for carousel posts (use instead of `media_url`)
    - unknown
  - `isDraft` boolean — `true` to save as draft instead of publishing
  - `timezone` string — IANA timezone string for scheduling (e.g., `"America/New_York"`, `"Europe/London"`)
  - `platformOptions` object — Per-account options keyed by account ID (see below)
  - `tiktokSettings` object — Root-level TikTok options. For photo carousels, `{ "autoAddMusic": true }` asks TikTok to add recommended music.

## Response `200`

Successful response

- object

## Other responses

- `401` — Missing or invalid authentication
- `429` — Rate limit exceeded — see the Retry-After header

---

[API](https://skmtc.net/orshot/apis/orshot-api.md) · [All operations](https://skmtc.net/orshot/apis/orshot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orshot/orshot-api/revisions/48bd8562606c/schema)
