---
title: "POST /image"
method: POST
path: "/image"
tags: ["image-resource"]
---

# POST /image

`POST /image`

## Request body

- CreateImageRequest
  - `imageType` 'JPEG' | 'PNG' | 'GIF' | 'BMP' | 'WEBP' | 'OTHER', required
  - `width` integer, required
  - `height` integer, required
  - `file` string, required
  - `category` 'UNKNOWN' | 'SELFIE' | 'DOCUMENT' | 'SIGNATURE'

## Response `200`

OK

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.dev/velox/apis/userapi.md) · [All operations](https://skmtc.dev/velox/apis/userapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/velox/userapi/revisions/5cffc0b08c1e/schema)
