All APIs
Reddit APIs
Endpoints
10 shownSearch
Search public discussions by keyword.
GET
/v1/reddit/searchParameters
querystringRequiredSearch keyword or phrase.
cursorstringOptionalCursor returned by a previous response.
curl \
"https://api.agentbody.io/v1/reddit/search?query=artificial%20intelligence" \
-H "Authorization: Bearer $AGENTBODY_API_KEY"