---
title: "Create an Account Image"
method: POST
path: "/v1/account/settings/images"
tags: ["account"]
---

# Create an Account Image

`POST /v1/account/settings/images`

Create an Account Image

## Request body

- CreateAccountSettingsImageRequestBody — A ShipEngine account images body
  - `label_image_id` string — Used to identify an image resource.
  - `name` string — A human readable name for the image.
  - `is_default` boolean — Indicates whether this image is set as default.
  - `image_content_type` 'image/png' | 'image/jpeg' — The image type
  - `image_data` string — A base64 encoded string representation of the image.
  - `created_at` string, date-time — An [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) string that represents a date and time.
  - `modified_at` string, date-time — An [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) string that represents a date and time.

## Response `200`

The requested object creation was a success.

- GetAccountSettingsImagesResponseBody — A ShipEngine account images body
  - `label_image_id` string — Used to identify an image resource.
  - `name` string — A human readable name for the image.
  - `is_default` boolean — Indicates whether this image is set as default.
  - `image_content_type` 'image/png' | 'image/jpeg' — The image type
  - `image_data` string — A base64 encoded string representation of the image.
  - `created_at` string, date-time — An [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) string that represents a date and time.
  - `modified_at` string, date-time — An [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) string that represents a date and time.

## Other responses

- `400` — The request contained errors.
- `404` — The specified resource does not exist.
- `500` — An error occurred on ShipEngine's side. > This error will automatically be reported to our engineers.

## Changes

- **2024-07-28** `99050ced80fa` — 9 warning, 21 info
  - removed the optional property `errors/items/allOf[subschema #1: error]/carrier_code` from the response with the `400` status
  - removed the optional property `errors/items/allOf[subschema #1: error]/carrier_code` from the response with the `404` status
  - removed the optional property `errors/items/allOf[subschema #1: error]/carrier_code` from the response with the `500` status
  - removed the optional property `errors/items/allOf[subschema #1: error]/carrier_id` from the response with the `400` status
  - …26 more

[Change history](https://skmtc.dev/shipengine/apis/shipengine-api/changes/v1/account/settings/images/post.md)

---

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