---
title: "Upload image and get largest download link"
method: POST
path: "/uploadimageandgetlargestdownloadlink_4CM_v1"
---

# Upload image and get largest download link

`POST /uploadimageandgetlargestdownloadlink_4CM_v1`

Upload an image from your computer to Orange Logic and receive a download link to the largest available asset format.

## Headers

- `Content-Type` string, required

## Request body

- object
  - `folderRecordID` string, required — <a href="https://developer.orangelogic.com/reference/assets#record-id">RecordID</a> or <a href="https://developer.orangelogic.com/reference/assets#unique-identifiers">Unique ID</a> of the folder to upload the asset to
  - `files` string, required — The file to upload.
  - `clientFileName` string, required — The filename, including the file extension. For example: London Eye.jpg

## Response `200`

200

- object
  - `downloadLink` string
  - `message` unknown

---

[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/revisions/c8e945426c5e/schema)
