Skip to main content
POST
/
api
/
v1
/
strains
/
match-batch
cURL
curl --request POST \
  --url https://tiwih-api.vercel.app/api/v1/strains/match-batch \
  --header 'Content-Type: application/json' \
  --data '
{
  "strainNames": [
    "<string>"
  ]
}
'

Body

application/json
strainNames
string[]
required
Required array length: 1 - 50 elements
Required string length: 1 - 100

Response

200

POST /api/v1/strains/match-batch response