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

EndpointDescription
POST /v3/catalog/querySearch the catalog by text query
GET /v3/catalog/items/:idRetrieve a specific catalog item with pricing
POST /v3/vision/identifyIdentify an item from a photo

Getting started

  1. Create your account and generate an API key from the Developer Dashboard
  2. Follow the Quickstart guide to make your first request
  3. Read about Authentication and Credits
  4. 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.ai

All endpoints are available under /v3/ (current) or /v1/ and /v2/ for legacy clients.

Introduction — Price Hero Docs