Gemmai Valuation API

Get AI-powered price estimates for cars, wristwatches, and rings. Send item details and optionally a photo; get back a valuation with price estimate, confidence, and price range.

What can this API do?

Send an item category and its details to get a price estimate. Add a photo URL and the API uses vision to fill in missing attributes before valuing. Use Enrich to preview detected attributes before committing to a valuation.

FeatureWhat it means
Get a price (valuations)Send the item type and its details → get an estimated value and a price range.
Use a photoSend an image URL → the API analyzes it and can fill in attributes (e.g. watch model, strap) and then value the item.
Enrich from imageGet suggested attributes from a photo (e.g. "we think this is steel, black dial") before or instead of asking for a price.
Fetch and compareRetrieve a past valuation by ID, get similar sales, or see a simple timeline.

Supported item types: car, wristwatch, ring. Call GET /v1/categories for the current full list.

Key concepts

Category — the kind of item: car, wristwatch, or ring. Every valuation or enrich request needs a category.

Attributes — details about the item used to estimate value. They depend on the category. See Attributes for the full list per category.

Vision and fileId — send an image URL to POST /v1/vision → get a fileId → pass that fileId to Enrich or Valuations so the API uses what it "saw" in the photo.

Enrich — fill in attributes using the image and external data. Call POST /v1/enrich with a category and fileId; get back normalizedAttributes you can pass directly to Valuations.

Valuations — get a price estimate. Call POST /v1/valuations with category and attributes. Optionally add a fileId to trigger enrichment first.

Guides

Getting Started

Go from zero to your first price estimate in minutes.

Read more

Attributes

Discover which attributes to pass for each item category.

Read more

Valuations

Get price estimates for watches, cars, and rings with or without a photo.

Read more

Enrich

Use images to fill in item attributes before or alongside valuation.

Read more

Resources

Valuations

Create price estimates for cars, wristwatches, and rings. Retrieve results, timelines, and similar sales.

Enrich

Derive item attributes from an uploaded image. Get normalized attributes and per-field confidence scores.

Vision

Submit an image URL for analysis. Get back a fileId to use in Enrich and Valuations requests.

Asset Loans

Issue loans secured against a customer's assets. The customer keeps the asset — security is established by registering a credit marking.

Was this page helpful?