Parameters for creating a tweet thread
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
Items |
List<string> | ✔️ | JSON array of tweet texts, e.g. ["1/ hello","2/ world"]. | [ "1/ hello", "2/ world" ] |
Cookie |
string | ✔️ | Twitter authentication cookie or Twitter auth_token, how-to-get-twitter-cookie | ct0=abc123... or 2c4a4e1832096aa694c739b83c83b6d96d43eba7 |
Proxy |
string | ➖ | Optional HTTP proxy. Example: http://username:password@ip:port | http://username:password@ip:port |