---
title: "Create a new loading image"
method: POST
path: "/loading-images"
tags: ["loading-images"]
---

# Create a new loading image

`POST /loading-images`

Upload a new loading image. Available to admin and all authenticated roles.

## Response `201`

Loading image created successfully

- LoadingImageResponseDto
  - `id` number, required — Loading image ID
  - `image_url` string, required — Image URL
  - `status` 'active' | 'inactive', required — Status
  - `created_at` string, date-time, required — Created at
  - `updated_at` string, date-time, required — Updated at

## Other responses

- `400` — Bad Request
- `401` — Unauthorized - Invalid or missing JWT token

---

[API](https://skmtc.dev/tonewow/apis/tonewow-database-api.md) · [All operations](https://skmtc.dev/tonewow/apis/tonewow-database-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tonewow/tonewow-database-api/revisions/f36472974ad4/schema)
