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

Body

application/json
text
string
required
Minimum string length: 5
dispensaryName
string
orderDate
string

Response

Parsed receipt with extracted products