Skip to main content
POST
/
api
/
v1
/
research
/
strains
/
verify
Verify a strain name before submission
curl --request POST \
  --url https://api.thisiswhyimhigh.com/api/v1/research/strains/verify \
  --header 'Content-Type: application/json' \
  --data '
{
  "strainName": "<string>"
}
'

Body

application/json
strainName
string
required
Required string length: 2 - 200

Response

Strain verification result