---
title: "POST /noauth/upload"
method: POST
path: "/noauth/upload"
---

# POST /noauth/upload

`POST /noauth/upload`

## Request body

- UploadRequest
  - `styleId` string — The unique identifier for a style
  - `imageBase64Encoded` string — Base64 decoded image
  - `imageSize` integer — Image size in px. Picture will be resized for processing.
  - `partnerId` string — The unique identifier for a partner with dedicated api access.
  - `optimizeForPrint` boolean — Use this flag to get an artwork optimized for print.
  - `useOriginalColors` boolean — Use this flag to use the original color from your photo for the artwork.

## Response `200`

200 response

- UploadResponse
  - `submissionId` string

## Other responses

- `400` — 400 response

---

[API](https://skmtc.dev/deeparteffects/apis/deep-art-effects.md) · [All operations](https://skmtc.dev/deeparteffects/apis/deep-art-effects/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deeparteffects/deep-art-effects/revisions/c7eaf8ba6862/schema)
