Skip to main content
POST
/
v1
/
ai
/
calibration
/
{task}
/
audit
Audit Calibration
curl --request POST \
  --url https://api.example.com/v1/ai/calibration/{task}/audit \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "target_coverage": 0.9
}
'
{
  "job_id": "<string>",
  "task": "<string>",
  "status": "queued"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

task
string
required

Body

application/json
target_coverage
number
default:0.9
Required range: 0.5 <= x <= 0.999

Response

Successful Response

job_id
string
required
task
string
required
status
string
default:queued