Skip to main content
GET
/
ml
/
calibration
/
{version_id}
/
prepare
Prepare calibration dataset
curl --request GET \
  --url https://acusight.io/api/ml/calibration/{version_id}/prepare \
  --header 'Authorization: Bearer <token>'
{
  "data": {},
  "error": {
    "code": "<string>",
    "details": "<string>",
    "message": "<string>"
  },
  "meta": {
    "count": 123,
    "limit": 123,
    "offset": 123,
    "total": 123
  },
  "success": true
}

Authorizations

Authorization
string
header
required

JWT access token. Paste the token only; the Bearer prefix is added automatically.

Path Parameters

version_id
integer
required

Dataset Version ID

Response

Dataset path

data
object
error
object
meta
object
success
boolean