---
title: "Upload one or two files from a publicly accessible URL to our object storage. The combined file must not exceed 15MB."
method: POST
path: "/api/servicemedia/processes/files/{storageFolder}/url/upload"
tags: ["storedFiles"]
---

# Upload one or two files from a publicly accessible URL to our object storage. The combined file must not exceed 15MB.

`POST /api/servicemedia/processes/files/{storageFolder}/url/upload`

## Path parameters

- `storageFolder` string, required

## Request body

- object — Urls to download and reupload the files from
  - `fileUrl` string, required
  - `fileUrlBack` string — Optional back of the uploaded file to try and concatenate in a single uploaded file. Only available for image formats (jpg or png).
  - `workerUuid` string, uuid — Only needed when using a worker-related file storage option

## Response `200`

The created storedFile db document

- object
  - `data` object
    - `uuid` string, uuid
    - `createdAt` string, date-time
    - `createdBy` string, uuid
    - `lastUpdatedAt` string, date-time
    - `lastUpdatedBy` string, uuid
    - `lastUpdatedByAudience` string
    - `lastUpdatedByAudienceUuid` string, uuid
    - `lastUpdatedByImpersonatedBy` string, uuid
    - `lastUpdatedByCompanyUuid` string, uuid
    - `lastUpdatedByEnterpriseUuid` string, uuid
    - `name` string, required
    - `technicalName` string
    - `storageFolder` 'edm' | 'attachments' | 'workers' | 'documentSigning' | 'tmp' | 'publicImages' | 'customScripts' | 'csvImports'
    - `location` object
      - `bucket` string
      - `key` string
    - `companyUuid` string, uuid, required
    - `folderUuid` string, uuid
    - `metadata` object, required
      - `size` number, required
      - `mimeType` string, required
      - `type` 'audio' | 'image' | 'video' | 'text' | 'application', required
      - `extension` string
    - `technical` boolean
  - `meta` ResponsesPartMeta
    - `timestamp` string, date-time, required
    - `verb` 'OPTION' | 'GET' | 'PUT' | 'POST' | 'PATCH' | 'DELETE'
    - `path` string
    - `jti` string
    - `rid` string
    - `count` number
    - `status` string
    - `duration` number
    - `size` number

## Other responses

- `404` — default error response

---

[API](https://skmtc.dev/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.dev/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fountain/hire-public-api/revisions/5f406c0e9462/schema)
