Skip to main content
Getting Started

Overview

RedditFind Open API gives developers access to Community Discovery, Community Overview, and Monitoring capabilities. Use this page to locate the console, guides, API Reference, and OpenAPI JSON, then complete a standard REST API integration.

Copy this brief to your AI coding assistant

Default agent-facing copy stays in English on every locale.

Open these pages first

We recommend browsing these pages in this order before deciding which endpoint to call next.

What each page solves

Choose endpoints by task

How to call these endpoints

Follow these calling conventions first, then move into endpoint details.

  • Every endpoint lives under /api/open/v1, and every request must send Authorization: Bearer <token>.
  • Use rf_test_ for integration first, switch to rf_live_ for production traffic, and keep the two token types in separate environments.
  • Before sending real business requests, call GET /whoami to check who owns the current token, which environment it belongs to, and which scopes it has.
  • Write endpoints usually follow the async pattern POST /.../jobs -> GET /.../jobs/{job_id} -> GET /.../jobs/{job_id}/result.
  • Manage keys through /keys: list existing keys or create, rotate, and revoke a specific key.
  • Prefer sending an idempotency key on write requests to avoid duplicate jobs or duplicate billing during network retries.
  • On errors, inspect error.code, error.message, and error.request_id first; when rate limited, also inspect Retry-After and X-RateLimit-*.

Next actions

Was this page helpful?

Search API Docs

Full-text search across pages, sections, endpoints, and fields

Agent entry

If you are an agent, do not look for a separate manual first. RedditFind now keeps one shortest discovery index, one routing contract, and one API contract.

Use llms-index.txt to discover the stack quickly, agent-overview.json to route the job, and the OpenAPI spec when the workflow needs authenticated programmatic access.

Public demos still matter, but only for validating result shapes after the contracts are clear.

Why this stack is stronger now

  • Semantic detection layers Reddit discussions by demand, complaints, comparisons, and opportunities instead of relying on keywords alone.
  • The Reddit assistant connects discovery, analysis, monitoring, and next actions so agents do less manual orchestration.
  • With the Open API, agents can create jobs, read results, and plug RedditFind into their own workflows through a formal contract instead of guessing UI behavior.

Route by user objective

  • Community discovery Use when the user still does not know where demand, competitors, or relevant communities live. Open feature page
  • Subreddit analysis Use when target communities are already known and the user needs rules, tone, content patterns, and risks. Open feature page
  • Post monitoring Use when the user needs an ongoing queue of new opportunities, feedback signals, or high-intent threads. Open feature page
  • Reddit assistant Use when discovery, analysis, or monitoring context already exists and the user needs the next best action with lower execution risk. Open feature page

Core contracts and validation

Boundaries and non-goals

  • RedditFind does not auto-post to Reddit.
  • Human review is required before any public reply or post.
  • RedditFind does not support bulk direct-message automation.
  • It is not a generic web search engine or an autonomous posting bot that bypasses human oversight.
  • The Open API creates RedditFind jobs and reads results. It does not bypass human review for public Reddit engagement.