Overview
The Reply endpoint allows you to post a reply to a specific post. Replies appear as threaded responses under the original post.Authentication
Requires a valid API key with a connected X account.Input
| Field | Type | Description |
|---|---|---|
tweet_id | string | Required. A numeric post ID or full post URL to reply to |
text | string | Required. The reply text (max 280 characters) |