---
title: "Upload config file."
method: POST
path: "/config/upload-file/{docType}"
tags: ["config"]
---

# Upload config file.

`POST /config/upload-file/{docType}`

## Path parameters

- `docType` 'calibration' | 'road-network' | 'usd-assets', required

## Response `201`

Successful Operation.

- Success
  - `success` boolean, 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.
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

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