API reference

All under https://api.xautodm.com/v1. Lead-list endpoints charge per returned profile.

Users & leads

GET/v1/users/{handle}5 crProfile lookup
GET/v1/users/by-id/{id}5 crProfile by numeric id
GET/v1/users/{handle}/followers5 cr/leadFollowers (accurate can_dm)
GET/v1/users/{handle}/following5 cr/leadFollowing
GET/v1/users/{handle}/verified-followers20 cr/leadVerified followers
GET/v1/users/{handle}/mentions5 cr/leadWho mentioned them
GET/v1/users/search?q=5 cr/leadSearch users
GET/v1/users/{handle}/media5 crPhoto/video tweets

Tweets

GET/v1/tweets/{id}5 crTweet detail
GET/v1/tweets/{id}/retweeters20 cr/leadWho retweeted
GET/v1/tweets/{id}/replies20 cr/leadWho replied
GET/v1/tweets/search?q=5 cr/leadSearch tweets
GET/v1/users/{handle}/tweets5 crRecent tweets
GET/v1/lists/{id}/members5 cr/leadList members
GET/v1/relationship?source=&target=5 crFollow relationship
GET/v1/trends?woeid=5 crTrending topics

Managed accounts

POST/v1/accounts/connect50 crConnect (login or cookies)
GET/v1/accountsfreeList connected accounts
POST/v1/accounts/{id}/reconnect50 crRefresh a dead session
DELETE/v1/accounts/{id}freeDisconnect + purge creds

DMs & actions (require Idempotency-Key)

POST/v1/dm/send10 crSend a DM
GET/v1/dm/conversations10 crList conversations
GET/v1/dm/conversations/{id}10 crRead a conversation
POST/v1/actions/follow5 crFollow
POST/v1/actions/unfollow5 crUnfollow
POST/v1/actions/like5 crLike a tweet
POST/v1/actions/retweet5 crRetweet
POST/v1/tweets5 crCreate a tweet / reply