---
title: "Create transferred resource"
method: POST
path: "/api/v2/transfers/create/resource"
tags: ["v2 transfers"]
---

# Create transferred resource

`POST /api/v2/transfers/create/resource`

Creates a new transferred resource

## Query parameters

- `parent-uuid` string

## Request body

- object
  - `resource` string, binary, required — Multipart file

## Response `201`

Transferred resource created

- TransferredResource
  - `uuid` string
  - `id` string
  - `fullPath` string
  - `relativePath` string
  - `parentId` string
  - `parentUUID` string
  - `ancestorsPaths` string[]
  - `size` integer
  - `creationDate` string, date-time
  - `lastScanDate` string, date-time
  - `name` string
  - `file` boolean
  - `fields` object
  - `parentPath` string

## Other responses

- `409` — Already exists

---

[API](https://skmtc.net/keeps/apis/roda-rest-api.md) · [All operations](https://skmtc.net/keeps/apis/roda-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keeps/roda-rest-api/versions/afc3c5bcc0d9/schema)
