---
title: "POST /catalog/brands/{brand_id}/image"
method: POST
path: "/catalog/brands/{brand_id}/image"
tags: ["Catalog"]
---

# POST /catalog/brands/{brand_id}/image

`POST /catalog/brands/{brand_id}/image`

Creates an image on a `Brand`. Publicly accessible URLs and files (form post) are valid parameters.

## Response `200`

A ResourceImage and metadata.

- ImageResponse — Response payload for the BigCommerce API.
  - `data` ResourceImage — An object containing a publicly accessible image URL, or a form post that contains an image file.
    - `image_url` string — A public URL for a GIF, JPEG, or PNG image.
  - `meta` Meta — Empty meta object; may be used later.

## Other responses

- `404` — The resource was not found.
- `422` — Image was not valid. This is the result of a missing `image_file` field, or of an incorrect file type. See the response for more details.

---

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