All APIs

Reddit APIs

Endpoints

10 shown

Search

Search public discussions by keyword.

GET/v1/reddit/search

Parameters

querystringRequired

Search keyword or phrase.

cursorstringOptional

Cursor returned by a previous response.

curl \
  "https://api.agentbody.io/v1/reddit/search?query=artificial%20intelligence" \
  -H "Authorization: Bearer $AGENTBODY_API_KEY"