---
title: "Upload media"
method: POST
path: "/uploadmedia_4az_v1"
---

# Upload media

`POST /uploadmedia_4az_v1`

Simultaneously upload multiple files from your computer to Orange Logic

## Headers

- `Content-Type` string, required

## Request body

- object
  - `folderRecordID` string, required — <a href="https://orangedam.readme.io/docs/assets#record-id">RecordID</a> of the folder to upload the asset to
  - `processAssetInBackground` boolean — <ul><li><code>True</code>: The API call is completed when the asset record has been created and can receive updates with subsequent API calls. The metadata import and proxy file generation occur in the background. This option takes a shorter amount of time.</li><li><code>False</code>: The API call is completed when the asset is fully ingested, meaning all proxy formats have been generated. This option takes a longer amount of time.</li><ul>
  - `files` string, required — The files to upload.

## Response `200`

200

- object
  - `uploadResults` object[]
    - `fileName` string
    - `isSuccess` boolean
    - `fileIdentifier` string
    - `warningMessage` string

---

[API](https://skmtc.net/orangelogic/apis/security.md) · [All operations](https://skmtc.net/orangelogic/apis/security/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orangelogic/security/versions/c8e945426c5e/schema)
