/
/Loomly Public API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 3h ago · Updated 2mo ago
  • getList active products
  • getList workspace orders
  • postCreate an order and start checkout
  • getGet one order with items, details and deliverables
  • getLightweight order status for polling
  • postSubmit per-item details after payment
  • getFetch delivered Instagram account credentials
  • getList publications in the workspace
  • postCreate a scheduled publication
  • getFetch a publication with media
  • deleteDelete a draft or scheduled publication
  • patchUpdate caption, schedule, status or hashtags
  • getLightweight publication status for polling
  • postMark a publication as published
  • postCancel a draft or scheduled publication
  • getList publications grouped by day
  • getList Instagram accounts in the workspace
  • getFetch one Instagram account
  • getList uploaded media assets in the workspace
  • getFetch one media asset

Create a scheduled publication

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

post/publications

Request body

account_idstring uuid required
type'reel' | 'image' | 'carousel' | 'video'
captionstring
hashtagsstring[]
scheduled_atstring date-time required
notesstring
status'draft' | 'scheduled'

Response

Publication created

Changes