Skip to main content
POST
/
api
/
v1
/
receipts
/
parse-image
Parse receipt image and extract cannabis products
curl --request POST \
  --url https://api.thisiswhyimhigh.com/api/v1/receipts/parse-image \
  --header 'Content-Type: application/json' \
  --data '
{
  "imageBase64": "<string>",
  "dispensaryName": "<string>",
  "orderDate": "<string>"
}
'

Body

application/json
imageBase64
string
required
Required string length: 100 - 10000000
mimeType
enum<string>
Available options:
image/jpeg,
image/png,
image/webp
dispensaryName
string
orderDate
string

Response

Parsed receipt image with extracted products