Fake Review Detector API v2.1
Detect AI-generated and fake product reviews with multi-signal forensic analysis. FakeReview Detector gives e-commerce platforms, review aggregation tools, reputation management systems, brand monitoring software, and marketplace operators instant access to a production-grade review authenticity engine powered by 8 detection signals, 25 known fake review templates, 85+ AI-generation linguistic…
Fake Review Detector API v2.1 endpoints
| Method | Endpoint | Description |
|---|---|---|
| Fake Review Detector | ||
| GET |
listPatterns /fakereview/patterns |
Get all 25 known fake review templates used by review farms and bot networks. Optionally filter by industry category and severity level. Each pattern includes detection signals,… |
| GET |
listIndicators /fakereview/indicators |
Get all 8 detection indicators used in the fakeness scoring engine. Each indicator includes its weight (0-1), score range, interpretation, and detailed description. Filter by… |
| GET |
getIndicator /fakereview/indicators/{indicatorId} |
Get detailed information about a specific detection indicator by ID (e.g., SIG-001). |
| GET |
getSample /fakereview/samples/{reviewId} |
Get a specific sample review by ID (e.g., RV-001 for real, FV-001 for fake). |
| GET |
getPattern /fakereview/patterns/{patternId} |
Get detailed information about a specific fake review pattern by ID (e.g., FRT-001). |
| POST |
analyzeReview /fakereview/analyze |
Core endpoint. Submit review text with optional reviewer metadata and receive a fakeness score (0-100), per-signal breakdown, AI marker density, matched templates, confidence… |
| GET |
listSamples /fakereview/samples |
Get sample reviews (both real and fake) from the curated dataset of 25 reviews. Each sample includes review text, metadata, and the pre-computed actual fakeness score. Filter by… |
| POST |
analyzeBatch /fakereview/analyze/batch |
Analyze up to 50 reviews in a single request. Each review is independently scored using the full 8-signal engine. Returns aggregate risk counts (high/medium/low) and per-review… |
| POST |
runTest /fakereview/test |
Run the detection engine on built-in sample reviews for demonstration. Returns analysis results for N random sample reviews (mix of real and fake) showing detection accuracy,… |
| GET |
getStats /fakereview/stats |
Get comprehensive statistics about the detection engine including dataset counts (real/fake), average scores, weighting scheme, template coverage, AI marker count, and engine… |
Fake Review Detector API v2.1 pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | $49 / month | 60 / minute |
|
| ULTRA | $149 / month | 300 / minute |
|
| MEGA | $399 / month | 1000 / minute |
|