Skip to main content
POST
Start a batch for a case

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
id
string
required

The stable handle an author gives a case.

Required string length: 1 - 100
Pattern: ^[a-z0-9]+(?:-[a-z0-9]+)*$
trials
integer

a number between 1 and 10

Required range: 1 <= x <= 10
variants
string[]

an array of at most 20 item(s)

Required array length: 1 - 20 elements

Response

The batch started, and the run it holds for each case and variant.

The batch started, and the run it holds for each case and variant.

id
string
required
runs
object[]
required