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"
]
}Search and retrieve Twitter user profiles based on keywords for social media analysis.
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"
]
}Bearer token from your account (https://agent.ai/user/integrations#api)