Skip to main content
POST
/
api
/
v1
/
research
/
strains
/
queue-batch
Batch trigger research for multiple strains from order upload
curl --request POST \
  --url https://tiwih-api.vercel.app/api/v1/research/strains/queue-batch \
  --header 'Content-Type: application/json' \
  --data '
{
  "strainNames": [
    "<string>"
  ],
  "queueIds": [
    "<string>"
  ],
  "source": "order_upload"
}
'

Body

application/json
strainNames
string[]
required
Minimum array length: 1
Minimum string length: 1
queueIds
string[]
source
enum<string>
default:order_upload
Available options:
order_upload,
manual

Response

Batch research runs triggered