---
title: "Upload image"
method: POST
path: "/v2/image"
tags: ["Theming"]
---

# Upload image

`POST /v2/image`

## Request body

- UploadImageRequest
  - `image` string, required — Image file, 500kb max, supported types: png,jpg.
  - `entity_id` string, required — Entity Id can be located on the organization level as Organization ID (Administration > Organizations > [Organization] > Organisation ID value)

## Response `200`

Successful

- UploadImageResponse
  - `id` string, required — Image ID
  - `checksum` number — Image checksum
  - `created_at` string, date-time, required — Image uploaded time
  - `entity_id` string, required — Entity Id can be located on the organization level as Organization ID (Administration > Organizations > [Organization] > Organisation ID value)

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `413` — Request Entity Too Large
- `500` — Internal Server Error

---

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