---
title: "Publish Post"
method: POST
path: "/api/social-posts"
tags: ["social-posts"]
---

# Publish Post

`POST /api/social-posts`

Publish (or schedule / draft) a post to one or more connected accounts.

## Request body

- PublishPostRequest
  - `social_account_ids` string[], required
  - `caption` string, required
  - `media_urls` string[], required
  - `scheduled_at` string, date-time, nullable
  - `platform_configurations` object, nullable
  - `is_draft` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/latted/apis/motion-graphics-designer-api.md) · [All operations](https://skmtc.dev/latted/apis/motion-graphics-designer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/latted/motion-graphics-designer-api/revisions/36d149b525df/schema)
