Skip to main content
POST
Start a batch for a suite

Authorizations

Authorization
string
header
required

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

Body

application/json
cases
maxItems(100) · object[]
required

an array of at most 100 item(s)

Required array length: 1 - 100 elements
suite
object
required

The suite the cases belong to, and the prompt they share. Its name defaults to its id.

trials
integer
required

a number between 1 and 10

Required range: 1 <= x <= 10
variants
maxItems(20) · object[]
required

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