Image Search
Identify Card from Image
AI-powered upgrade to POST /v1/cards/image-search. Where image-search returns a ranked list of visually similar candidates, image-match uses AI to pick the single best_match card and resolve its color/finish variant (e.g. Base vs. Silver vs. Red).
Returns best_match (null when the AI isn't confident) plus the candidates it considered, so callers can fall back to the ranked list when the match is uncertain.
post/v1/cards/image-match
Request body
Example request
{
"image_url": "https://example.com/card.jpg",
"k": 10
}Response
Successful match with the disambiguated best card and the candidates considered
Changes
No recorded changes to this endpoint across all 1 revision of this API.