---
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
  - `status` string — `published` (default), `draft` or `scheduled` — see [above](#choosing-when-it-goes-out)
  - `scheduled_for` string — ISO 8601 timestamp, at least 60 seconds ahead. Required with `status: "scheduled"`, invalid otherwise
  - `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). `platform_options` also accepted
  - `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/532754e07934/schema)
