Skip to main content
POST
Validate a bulk batch

Authorizations

Authorization
string
header
required

API key from Developer dashboard (Bearer token).

Body

application/json
posts
object[]

Up to 50 posts. Each row needs content, platforms, account_ids and scheduled_time.

Maximum array length: 50
csv
string

Alternative to posts: inline CSV with a header line. Columns: content, platforms, account_ids, scheduled_time, media_urls, link (list cells split on | or ,). Provide posts OR csv, not both.

timezone
string

Default timezone for rows without their own (IANA name, default UTC).

allow_duplicates
boolean

Skip the 24h duplicate-content guard for this batch.

Response

Batch report

success
enum<boolean>
Available options:
true
data
object
meta
object