---
title: "Upload Image from File"
method: POST
path: "/serve/api/v1/upload_img"
---

# Upload Image from File

`POST /serve/api/v1/upload_img`

## Response `200`

Successful response

- UploadImageResponse
  - `code` string — Business status code. 0000 indicates success.
  - `msg` string
  - `data` object[]
    - `id` integer — Unique numeric identifier of the uploaded image.
  - `success` boolean
  - `failed` boolean

---

[API](https://skmtc.net/memories/apis/screenplay-extraction-api.md) · [All operations](https://skmtc.net/memories/apis/screenplay-extraction-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/memories/screenplay-extraction-api/versions/720c8c144ddc/schema)
