First 200 users get the Growth plan for $19/mo.

Claim
Browse the docs

Platforms

X

X over the overads API: status, connection, limits, media rules and platformSettings keys.

Status: Live. Posts created over the API deliver to this channel today.

Publishes today.

The API id for X is twitter: use it in platformSettings, variants, platform filters and in the platforms array on a post.

Connecting

OAuth through X, in the app.

Once connected the account appears in GET /connections with platform: "twitter". Use its id in connectionIds.

Limits

Characters280
API idtwitter
  • Up to 4 images, or 1 video up to 512 MB and 140 seconds.
  • Media is optional.

Limits are checked when the post is created or edited, so an over-limit post is refused then with a sentence naming the cap, not at the scheduled minute. A video over the channel's size cap is MEDIA_TOO_LARGE; over its duration cap is MEDIA_TOO_LONG.

Settings

Pass these under platformSettings.twitter. Every key is optional. An unknown key is refused with PLATFORM_SETTING_UNKNOWN and the dotted path of the key.

KeyValueMeaning
replyTostring, up to 64Id of the post to reply to
quoteTweetstring, up to 64Id of the post to quote
platformSettingsjson
{ "twitter": { "quoteTweet": "1834567890123456789" } }