Introduction
The Price Hero API provides access to proprietary resale pricing intelligence, product identification, and catalog standardization for secondhand luxury goods. Whether you're building an item intake workflow, a resale transaction platform, or an internal pricing tool, our API gives you accurate, condition-based market data in seconds.
What you can build
- Resale intake workflows — identify items and standardize catalog information as sellers submit products for buyout or consignment
- Inventory management — auto-identify and price items at scale using text or image input
- Pricing and offer generation — provide condition-based resale pricing guidance to support internal decision-making and offer generation
- Transaction-embedded valuations — surface contextual pricing insights within a specific item submission or transaction flow
Pricing outputs may be displayed to users only within the context of a specific item submission or transaction flow. Pricing must remain ancillary to the workflow and may not be presented as a standalone feature.
Core capabilities
| Endpoint | Description |
|---|---|
POST /v3/catalog/query | Search the catalog by text query |
GET /v3/catalog/items/:id | Retrieve a specific catalog item with pricing |
POST /v3/vision/identify | Identify an item from a photo |
Getting started
- Create your account and generate an API key from the Developer Dashboard
- Follow the Quickstart guide to make your first request
- Read about Authentication and Credits
- Explore the full API Reference (defaults to v3; use the version control in the sidebar to open legacy v1 / v2)
Base URL
All API requests are made to:
https://api.pricehero.aiAll endpoints are available under /v3/ (current) or /v1/ and /v2/ for legacy clients.