---
title: "Upload a new data object."
method: POST
path: "/data-repository/data"
tags: ["Data Repository"]
---

# Upload a new data object.

`POST /data-repository/data`

## Query parameters

- `dataType` string, required
- `projectId` string, required
- `originalFileName` string

## Headers

- `Content-Type` string

## Response `201`

Created

- string — Data identifier. It is a string composed of the type identifier and a UUID: `data:[UUID]`.

## Other responses

- `413` — Direct upload exceeds the configured 2 GB limit.

---

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