Back to API Reference Index
POST/v2/posts

Create and Schedule Posts

WORKING

Submit multi-channel post drafts with media attachments, scheduled timestamps with timezone offsets, and platform settings.

{
  "accountId": "acc_x102",
  "platform": "x",
  "text": "Announcing the 2026 ESER AI developer API release!",
  "scheduledTime": "2026-08-25T15:00:00-04:00",
  "firstComment": "Read the docs at https://help.eserai.tech/api"
}
{
  "postSubmissionId": "sub_8830192",
  "status": "scheduled",
  "scheduledTime": "2026-08-25T19:00:00.000Z"
}