---
title: "Upload Files"
method: POST
path: "/v1/seller/offer/file"
tags: ["Offer"]
---

# Upload Files

`POST /v1/seller/offer/file`

Supported image formats are: GIF, JPEG, PNG, SVG
Supported document formats are: PDF, Plain text

## Response `200`

File received

- FileUploadResponse — Response for an uploaded file — references the temporary remote location and expiry timestamp.
  - `remoteFile` string, required
  - `expiresAt` string, date-time, required

## Other responses

- `400` — Bad Request
- `401` — Access forbidden, invalid or unknown Token was used.
- `429` — User has send to many requests
- `500` — Unexpected Server Error

---

[API](https://skmtc.net/jtl-software/apis/scx-authentication-api.md) · [All operations](https://skmtc.net/jtl-software/apis/scx-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jtl-software/scx-authentication-api/revisions/f979b1ea6951/schema)
