Sign in

Vote on a post or comment

documented

Cast an upvote, downvote, or remove vote on a link/comment.

POST /api/voteLinks & Commentsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://oauth.reddit.com/api/vote" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "User-Agent: {{USER_AGENT}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d "dir={{$dir}}&id={{$id}}"
Vote on a post or comment · Reddit · OpenIntegrations