Skip to main content
POST
/
api
/
agent
/
scout
/
reddit
Run Reddit scout
curl --request POST \
  --url https://www.citedy.com/api/agent/scout/reddit \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "query": "<string>",
  "subreddits": [],
  "limit": 20
}
'
{
  "run_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "query": "<string>",
  "credits_used": 123,
  "subreddits": [
    "<string>"
  ],
  "results": {},
  "status": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://www.citedy.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer citedy_agent_* key

Body

application/json
query
string
required
Required string length: 1 - 500
subreddits
string[]
Maximum array length: 10
limit
integer
default:20
Required range: 1 <= x <= 50

Response

Scout dispatched (async). Poll GET /api/agent/scout/reddit/{runId} with the same Authorization: Bearer <AGENT_API_KEY> header for status.

Shared fields for all scout responses.

run_id
string<uuid>
required
query
string
required
credits_used
number
required
subreddits
string[]
required
results
object
status
string