Overview

Getting Started

The Reseller Intelligence API returns a normalized seven-field intelligence schema from a single photo or keyword query — item identification, 90-day sold comp data, market velocity, condition-adjusted pricing, and a data confidence score.

What it returns

Every response includes the same normalized schema regardless of the data source underneath:

median_sold_price          — float, condition-specific, pre-owned default
median_sold_price_condition — string, which condition was used
velocity_badge             — Fast Seller, Steady, Slow Mover, Insufficient Data
sell_through_rate          — float, raw STR percentage
price_trend                — rising, stable, falling, or null
condition_distribution     — object, median and count per condition tier
sample_size                — integer, total sold comps used
data_confidence_score      — object, score 0-100, level, notes
Base URL
https://web-production-41438.up.railway.app
Quick example

Send a base64-encoded photo to identify an item and retrieve its full intelligence package:

POST /v2/identify-and-price
Content-Type: application/json
X-API-Key: rcc_your_key_here

{
  "photo": "",
  "preferred_condition": "Pre-Owned"
}
Next steps

Read the authentication guide to get your API key, then explore the intelligence schema reference for full field documentation.