Skip to main content
POST
Create run
Start a new run of a benchmark. Each task in the benchmark is executed against the configured environment, and the verification engine scores results against each task’s criteria.

Authorizations

Authorization
string
header
required

API key passed as a Bearer token.

Body

application/json
benchmark_id
string
required
Minimum string length: 1
environment_id
string
Minimum string length: 1
interfaces
object[]

Response

Successful response

id
string<date-time>
required
benchmark_id
string<date-time>
required
status
string
required
verdict
string | null
required
score
number | null
required
started_at
string<date-time>
required
completed_at
string<date-time>
required