---
title: "Upload File Common Api"
method: POST
path: "/files/uploadFile"
tags: ["File API"]
---

# Upload File Common Api

`POST /files/uploadFile`

Upload File Common

## Request body

- FileUploadRequest
  - `file` string, binary, required
  - `boardType` 'CAREER' | 'NEWS' | 'VISUAL' | 'NOTICE' | 'INVESTMENT' | 'WORRY' | 'PRCENTER' | 'VIDEO' | 'WHATS' | 'SINMUN' | 'BROCHURE' | 'BANNER' | 'SASINMUNGO' | 'SINMUNGO' | 'BRO_FILE' | 'DISCLOSURE' | 'IR' | 'NEWIR' | 'BLOG', required
  - `text` string

## Response `200`

OK

- FileUploadResponse
  - `fileRegKey` string
  - `ord` integer
  - `message` string
  - `result` boolean

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.dev/lotteinnovate/apis/openapi-definition.md) · [All operations](https://skmtc.dev/lotteinnovate/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lotteinnovate/openapi-definition/revisions/4bf1c3086c66/schema)
