Skip to content

Start benchmark

POST
/api/v1/benchmarks
curl --request POST \
--url https://dashboard.justcrawl.io/api/v1/benchmarks \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "urls": [ "example" ] }'
Media type application/json
object
urls
required
Array<string>
Example generated
{
"urls": [
"example"
]
}

Benchmark created

Media type application/json
object
id
string format: uuid
status
string
Allowed values: pending running completed failed
urls
Array<string>
providerIds
Array<string>
totalProbes
integer
completedProbes
integer
failedProbes
integer
skippedProviders
Array<string>
error
string
nullable
createdAt
string format: date-time
Example
{
"status": "pending"
}

A benchmark is already running for this organization