v1

latestOpenAPI 3.1.02026-07-24440202.2 KB

Upload media

Simultaneously upload multiple files from your computer to Orange Logic

post/uploadmedia_4az_v1

Headers

Content-Typestring required

The <code>multipart/form-data</code> header parameter is required for this call.

Request body

folderRecordIDstring required

<a href="https://orangedam.readme.io/docs/assets#record-id">RecordID</a> of the folder to upload the asset to

processAssetInBackgroundboolean
<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>
filesstring required

The files to upload.

Response

200

Example response

{
  "uploadResults": [
    {
      "fileName": "orange chair.jpeg",
      "isSuccess": true,
      "fileIdentifier": "ZZ22I3H"
    }
  ]
}