curl --request POST \
--url https://api.verial.ai/benchmarks \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"timeout": 300,
"concurrency": 1,
"description": "<string>",
"overrides": {},
"thresholds": {}
}
'{
"id": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"timeout": 123,
"concurrency": 123,
"created_at": "2023-11-07T05:31:56Z"
}Create a benchmark of tasks against an environment.
curl --request POST \
--url https://api.verial.ai/benchmarks \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"timeout": 300,
"concurrency": 1,
"description": "<string>",
"overrides": {},
"thresholds": {}
}
'{
"id": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"timeout": 123,
"concurrency": 123,
"created_at": "2023-11-07T05:31:56Z"
}API key passed as a Bearer token.
1 - 200x <= 9007199254740991x <= 90071992547409911000Show child attributes
Show child attributes