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

# Create a new dialog image

`POST /dialog-images`

Create a new dialog image with image file or URL. Requires admin approval to activate.

## Response `201`

Dialog image created successfully (pending approval)

- DialogImageResponseDto
  - `id` number, required — Dialog Image ID
  - `image_url` string, required — Image URL
  - `deep_link_url` string, required — Deep link URL
  - `published_date` string, date-time, required — Published date
  - `is_active` boolean, required — Is active (approved)
  - `created_at` string, date-time, required — Created at
  - `updated_at` string, date-time, required — Updated at
  - `click_count` string, required — Click count
  - `approved_by` number — Admin user ID who approved
  - `approved_at` string, date-time — Approval date

## 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)
