---
title: "Upload an image"
method: POST
path: "/images/upload"
tags: ["images"]
---

# Upload an image

`POST /images/upload`

## Request body

- object
  - `image_body` string, binary, required — image body

## Response `200`

OK

- ServerUploadImageResponse
  - `message` string, required
  - `url` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2024-11-14** `9eeda9b06388` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/ayinke-llc/apis/malak-s-api-documentation/changes/images/upload/post.md)

---

[API](https://skmtc.dev/ayinke-llc/apis/malak-s-api-documentation.md) · [All operations](https://skmtc.dev/ayinke-llc/apis/malak-s-api-documentation/llms.txt) · [OpenAPI document](https://skmtc.dev/ayinke-llc/apis/malak-s-api-documentation/revisions/0f58f624b76a?raw)
