Skip to main content
POST
/
api
/
v1
/
research
/
menu
/
extract-strains
Extract and match strain names from dispensary menu URLs
curl --request POST \
  --url https://tiwih-api.vercel.app/api/v1/research/menu/extract-strains \
  --header 'Content-Type: application/json' \
  --data '
{
  "urls": [
    "<string>"
  ],
  "dispensaryId": "<string>",
  "provider": "firecrawl-extract"
}
'

Body

application/json
urls
string<uri>[]
required
Required array length: 1 - 10 elements
dispensaryId
string
required
Minimum string length: 1
provider
enum<string>
default:firecrawl-extract
Available options:
firecrawl-extract

Response

Extracted and matched strain data