---
title: "Create a scheduled publication"
method: POST
path: "/publications"
---

# Create a scheduled publication

`POST /publications`

Creates a publication that appears immediately on the calendar. Identical result whether called by the web app or an AI agent.

## Request body

- object
  - `account_id` string, uuid, required
  - `type` 'reel' | 'image' | 'carousel' | 'video'
  - `caption` string
  - `hashtags` string[]
  - `scheduled_at` string, date-time, required
  - `notes` string
  - `status` 'draft' | 'scheduled'
  - `media` object[], required
    - `kind` 'video' | 'image', required
    - `bunny_video_id` string
    - `bunny_library_id` string
    - `thumbnail_url` string
    - `image_url` string

## Response `201`

Publication created

## Other responses

- `400` — Invalid input
- `401` — Unauthorized

---

[API](https://skmtc.dev/lovable/apis/loomly-public-api.md) · [All operations](https://skmtc.dev/lovable/apis/loomly-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lovable/loomly-public-api/revisions/082fb473547f/schema)
