Identify card from image
POST /cards/identify
POST
/cards/identify
Identify a card from an image, perceptual hash, or text hints. Returns confidence-scored matches.
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
image
Base64-encoded image or image URL
string
imageHash
Perceptual hash of the image (pHash)
string
game
TCG to limit search to
string
nameHint
Card name hint (from OCR or user input)
string
numberHint
Card number hint
string
setCodeHint
Set code hint
string
Responses
Section titled “ Responses ”Card identification results
object
matches
Array<object>
object
cardId
string
tcg
string
name
string
cardNumber
string
setCode
string
setName
string
rarity
string
imageUrl
string format: uri
thumbnailUrl
string format: uri
confidence
string
score
number
prices
object
marketCents
integer
lowCents
integer
highCents
integer
bestMatch
object
cardId
string
tcg
string
name
string
cardNumber
string
setCode
string
setName
string
rarity
string
imageUrl
string format: uri
thumbnailUrl
string format: uri
confidence
string
score
number
prices
object
marketCents
integer
lowCents
integer
highCents
integer
processingMs
number