Skip to main content
POST
X Post Replies API

X Post Replies

Collect public replies to X posts. Results are normalized and billed by the actual saved record count.

Use with MCP

Use the JSON request body above as the nested input object for socq_execute, or pass the same fields directly to the typed tool. Typed tools also accept _wait_seconds, _result_limit, and _idempotency_key.
A successful submission returns a task_id. Continue with socq_get_task until the task succeeds, then read normalized records from results.items.
See MCP quickstart for the complete submission and polling flow.

Completed Task Response

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
urls
string[]
required

Public profile or content URLs.

Minimum array length: 1
Minimum string length: 1
callback_url
string<uri>
results_limit
integer
default:100
Required range: 20 <= x <= 2000Must be a multiple of 20
sort_by
string
Minimum string length: 1

Response

200 - application/json

Task accepted

code
integer
data
object