---
title: "Upload Image V1"
method: POST
path: "/api/v3/images/upload"
tags: ["V3 Images"]
---

# Upload Image V1

`POST /api/v3/images/upload`

Upload an image.

Create an API Key from your account to access this endpoint.
Authorization: Bearer sk-presenton-xxxxxxxx

## Headers

- `Authorization` string, required — Bearer JWT or API Key

## Response `200`

Successful Response

- ImageAsset
  - `id` string, uuid
  - `user` string, uuid, nullable, required
  - `created_at` string, date-time, required
  - `path` string, required
  - `is_uploaded` boolean
  - `extras` object, nullable
  - `url` string, nullable

## Other responses

- `422` — Validation Error

---

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