---
title: "Upload calibration images."
method: POST
path: "/config/calibration/images"
tags: ["config"]
---

# Upload calibration images.

`POST /config/calibration/images`

## Response `201`

Successful or Partially Successful Operation.

- InsertImagesResponse
  - `success` object, required
    - `partial` boolean, required
    - `complete` boolean, required
  - `invalidImages` string[], nullable, required

## Other responses

- `400` — Bad Request. This response will be sent if there are too many or no files being uploaded. It can also be sent if there is any multer error because of uploaded files in request.
- `404` — Resource Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.net/nvidia/apis/vss-video-analytics-apis.md) · [All operations](https://skmtc.net/nvidia/apis/vss-video-analytics-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nvidia/vss-video-analytics-apis/revisions/0ff2b2f41244/schema)
