Wine Label Recognition API

Identify any wine from a photo
in under 1 second

Send a label image, get back structured wine data — producer, vintage, appellation, grape varieties, tasting notes, optimal temperature, and food pairings. One POST request.

View API Reference

How it works

POST a wine label image to /v1/analyze as multipart form data. The API returns a structured JSON object within ~800ms regardless of label complexity.

curl -X POST https://fastcork.com/v1/analyze \
  -H "Authorization: Bearer fc-your_key" \
  -F "file=@label.jpg" \
  -F "lang=en"

Response fields

FieldExample
producerChâteau Margaux
vintage2018
appellationMargaux AOC, Bordeaux
grapesCabernet Sauvignon, Merlot, Petit Verdot
tasting_notesBlackcurrant, cedar, graphite, fine tannins
serving_temp16–18°C
decanting2 hours
food_pairingsLamb rack, beef tenderloin, aged hard cheese

Use cases

Pricing

$5 to start — loads ~1,667 prepaid requests at $0.003 each. Once used up, Stripe automatically meters your usage at the same rate. No manual top-ups, no service interruptions.

Also available

The FastCork API includes two other endpoints: AI sommelier chat for natural language wine questions, and a semantic search endpoint for recommendation queries like "bold reds under $30 for grilled lamb".