API Referencev3

API Reference Overview

Complete reference for Price Hero API v3 — the current, recommended version.

Use the version dropdown above API Reference in the sidebar to switch between v3 (this section), v2, and v1. The links under API Reference update to match. v3 is the default for new integrations; v1 and v2 are documented as legacy.

The Price Hero API is organized around REST. It accepts JSON request bodies, returns JSON responses, and uses standard HTTP status codes.

Base URL: https://api.pricehero.ai

Endpoints

MethodPathDescription
POST/v3/catalog/querySearch catalog by text query
GET/v3/catalog/items/:idRetrieve a specific catalog item
POST/v3/vision/identifyIdentify an item from an image

See the pages in this section for full request and response details:

Try the API

The interactive API Explorer (try requests against the live API with your keys) is in the developer portal. You need to be signed in as a developer.

Versioning

VersionStatusNotes
v3CurrentFull feature set, recommended — this documentation set
v2LegacyPOST /api/v2/products — transitional; see v2 docs
v1LegacyGET /api/v1/products — limited access; see v1 docs

All new integrations should use v3.

API Reference Overview — Price Hero Docs