---
title: "Add Customer Image"
method: POST
path: "/customers/{customerId}/setImage"
---

# Add Customer Image

`POST /customers/{customerId}/setImage`

Sets profile image for a customer.

## Path parameters

- `customerId` integer, required

## Headers

- `Content-Type` string, required

## Request body

- object
  - `form-data` string, binary, required

## Response `200`

200

- object
  - `data` object[]
    - `code` integer
    - `file` object
      - `acl` string
      - `fileHandle` string
      - `lastModified` string
      - `latestVersion` integer
      - `name` string
      - `namespace` string
      - `s3Token` string
      - `version` integer
    - `message` string
    - `status` string
  - `warnings` unknown[]
    - unknown
  - `errors` unknown[]
    - unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/capillarytech/apis/sample-api.md) · [All operations](https://skmtc.net/capillarytech/apis/sample-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/capillarytech/sample-api/versions/de241f2ed9b3/schema)
