All APIs
X APIs
Endpoints
7 shownPost Search
Search public posts by keyword.
GET
/v1/twitter/searchParameters
querystringRequiredSearch keyword or phrase.
cursorstringOptionalCursor returned by a previous response.
curl \
"https://api.agentbody.io/v1/twitter/search?query=OpenAI" \
-H "Authorization: Bearer $AGENTBODY_API_KEY"