---
title: "Create 1 image"
method: POST
path: "/imgs/{image_id}"
tags: ["Images"]
---

# Create 1 image

`POST /imgs/{image_id}`

Create a image by its ID.

## Query parameters

- `wait` boolean — Wait for completion?
- `urgent` boolean — Enqueue at head of queue if True
- `strict` boolean — Use strict mode if True
- `lang` string — en|es|pt|fr|ru

## Request body

- Create1Image
  - `src` string, nullable
  - `src_path` string, nullable
  - `url_img_watermark` string, nullable
  - `url_img_thumbnail` string, nullable
  - `title` string, nullable
  - `headline` string, nullable
  - `caption` string, nullable
  - `alt_text` string, nullable
  - `ai_generated` boolean, nullable
  - `model_release` boolean, nullable
  - `property_release` boolean, nullable
  - `nsfw` boolean, nullable
  - `status` string, nullable
  - `date` string, nullable
  - `location` string, nullable
  - `city` string, nullable
  - `country` string, nullable
  - `event` string, nullable
  - `author` string, nullable
  - `provider` string, nullable
  - `shot` string, nullable
  - `scene` string, nullable
  - `technique` string, nullable
  - `medium` string, nullable
  - `keywords` string[], nullable
  - `categories` string[], nullable
  - `collections` string[], nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `201` — image successfully created
- `202` — image creation accepted
- `422` — Validation Error

---

[API](https://skmtc.net/wesog/apis/wesog-api.md) · [All operations](https://skmtc.net/wesog/apis/wesog-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wesog/wesog-api/versions/97381dd1ff4c/schema)
