Skip to main content
POST
/
api
/
v1
/
research
/
strains
/
submit
Submit a new strain for research from the website
curl --request POST \
  --url https://api.thisiswhyimhigh.com/api/v1/research/strains/submit \
  --header 'Content-Type: application/json' \
  --data '
{
  "strainName": "<string>",
  "source": "website"
}
'

Body

application/json
strainName
string
required
Required string length: 2 - 200
source
enum<string>
default:website
Available options:
website,
api

Response

Strain research triggered or duplicate found