> ## Documentation Index
> Fetch the complete documentation index at: https://docs.socq.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# X

> Collect public X profile and post data.

# X API

X endpoints use the same asynchronous task flow as the other Agent APIs.

| API        | Method | Endpoint           |
| ---------- | ------ | ------------------ |
| Profiles   | `POST` | `/v1/x/profiles`   |
| Posts      | `POST` | `/v1/x/posts`      |
| User Posts | `POST` | `/v1/x/user-posts` |
| Search     | `POST` | `/v1/x/search`     |

Submit a request, receive a `task_id`, then poll `GET /v1/tasks/{task_id}`. Successful tasks include normalized records under `results`.
