---
title: "POST /api/images"
method: POST
path: "/api/images"
tags: ["images"]
---

# POST /api/images

`POST /api/images`

## Response `200`

Uploaded image with its metadata

- UploadResponse
  - `currentImages` integer, required
  - `maxImages` integer, required
  - `image` Image, required
    - `id` string, required
    - `isPublic` boolean, required
    - `metadata` Metadata, required
      - `dateTime` string, required
      - `placeId` string, required
      - `realm` string, required
      - `scene` Scene, required
        - `location` Location, required
          - `x` string, required
          - `y` string, required
        - `name` string, required
      - `userAddress` string, required
      - `userName` string, required
      - `visiblePeople` User[], required
        - `isEmoting` boolean, nullable
        - `isGuest` boolean
        - `userAddress` string, required
        - `userName` string, required
        - `wearables` string[], required
    - `thumbnailUrl` string, required
    - `url` string, required

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/decentraland/apis/realm-provider-api.md) · [All operations](https://skmtc.net/decentraland/apis/realm-provider-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/decentraland/realm-provider-api/revisions/d94e0e0f1821/schema)
