---
title: "POST /api/v1/upload/{dataSourceName}/{dataSourceVersion}"
method: POST
path: "/api/v1/upload/{dataSourceName}/{dataSourceVersion}"
tags: ["UploadApi"]
---

# POST /api/v1/upload/{dataSourceName}/{dataSourceVersion}

`POST /api/v1/upload/{dataSourceName}/{dataSourceVersion}`

## Path parameters

- `dataSourceName` string, required
- `dataSourceVersion` string, required

## Request body

- InputDataPointDto[]
  - `attributes` AttributeDto[]
    - `key` string
    - `value` AttributeValueDto
      - `string` string, nullable
      - `guid` string, uuid, nullable
      - `bool` boolean, nullable
      - `int64` integer, nullable
      - `float64` number, double, nullable
      - `dateTime` string, date-time, nullable
  - `vector` union
    - DenseVectorDto
      - `isSparse` boolean
      - `coordinates` number[]
    - SparseVectorDto
      - `isSparse` boolean
      - `coordinates` number[]
  - `isDeleted` boolean

## Response `200`

Success

---

[API](https://skmtc.net/vektonn/apis/vektonn-api-v1.md) · [All operations](https://skmtc.net/vektonn/apis/vektonn-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vektonn/vektonn-api-v1/revisions/1f8e24d444f5/schema)
