X (Twitter) · Example Payload

X Api Tweet Create Request Example

Social MediaMicrobloggingReal-Time DataStreamingAdvertisingContent

X Api Tweet Create Request Example is an example object payload from X (Twitter), with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

card_uricommunity_iddirect_message_deep_linkedit_optionsfor_super_followers_onlygeomade_with_aimedianullcastpaid_partnership

Example Payload

Raw ↑
{
  "card_uri": "example_value",
  "community_id": "1146654567674912769",
  "direct_message_deep_link": "Hello from the X API! #example",
  "edit_options": {
    "previous_post_id": "1234567890123456789"
  },
  "for_super_followers_only": true,
  "geo": {
    "place_id": "1234567890123456789"
  },
  "made_with_ai": true,
  "media": {
    "media_ids": [
      "1234567890123456789"
    ],
    "tagged_user_ids": [
      "1234567890123456789"
    ]
  },
  "nullcast": true,
  "paid_partnership": true
}