POST
/
action
/
get_twitter_users
curl --request POST \
  --url https://api-lr.agent.ai/v1/action/get_twitter_users \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "keywords": "AI experts",
  "num_users": 1
}'
{
  "status": 200,
  "response": [
    "dharmesh"
  ]
}

Authorizations

Authorization
string
header
required

Bearer token from your account (https://agent.ai/user/settings#credits)

Body

application/json

Response

200
application/json

Retrieved Twitter user profiles

The response is of type object.