---
title: "Add image to sheet summary"
method: POST
path: "/sheets/{sheetId}/summary/fields/{fieldId}/images"
tags: ["sheetSummary"]
---

# Add image to sheet summary

`POST /sheets/{sheetId}/summary/fields/{fieldId}/images`

Adds an image to the summary field.

## Query parameters

- `altText` string
- `overrideValidation` boolean

## Headers

- `Content-Type` string
- `Content-Disposition` string
- `Content-Length` integer

## Response `200`

SUCCESS

- object
  - `message` 'PARTIAL_SUCCESS' | 'SUCCESS' — Message that indicates the outcome of the request. (One of `SUCCESS` or `PARTIAL_SUCCESS`.)
  - `resultCode` 0 | 3 — * '0' Success * '3' Partial Success of Bulk Operation
  - `result` SummaryFieldAddImage
    - `id` number — SummaryField ID.
    - `index` number — Field index or position. This number is zero-based.
    - `title` string — Arbitrary name, must be unique within summary.
    - `type` 'ABSTRACT_DATETIME' | 'CHECKBOX' | 'CONTACT_LIST' | 'DATE' | 'DATETIME' | 'DURATION' | 'MULTI_CONTACT_LIST' | 'MULTI_PICKLIST' | 'PICKLIST' | 'PREDECESSOR' | 'TEXT_NUMBER'
    - `locked` boolean — Indicates whether the field is locked.
    - `lockedForUser` boolean — Indicates whether the field is locked for the requesting user.
    - `objectValue` union
      - string
      - number
      - boolean
      - ContactObjectValue — Object containing a Contact
        - `objectType` 'CONTACT'
        - `email` string, email — Email address of the Contact
        - `name` string — Name of the Contact
        - `imageId` string — ID of an image associated with the Contact
        - `emailId` string — ID of the email address
        - `userId` string — User ID of the contact
        - `lookUpName` boolean — Whether or not to look up the contact's name based on their email address.
      - DateObjectValue — Object representing a date
        - `objectType` 'DATE'
        - `value` string, date — Date in the **full-date** format defined by <a href="https://tools.ietf.org/html/rfc3339#section-5.6" target="_blank" rel="noopener noreferrer">RFC 3339, section 5.6</a>
    - `formula` string — The formula for a cell, if set.
    - `image` Image
      - `altText` string — Alternate text for the image.
      - `height` number — Original height (in pixels) of the uploaded image.
      - `id` string — Image ID.
      - `width` number — Original width (in pixels) of the uploaded image.
    - `createdAt` union
      - string, date-time
      - number
    - `modifiedAt` union
      - string, date-time
      - number
    - `version` number — Sheet version number that is incremented every time a sheet is modified.

## Other responses

- `default` — Generic Error Payload

---

[API](https://skmtc.net/smartsheet/apis/smartsheet-openapi-reference.md) · [All operations](https://skmtc.net/smartsheet/apis/smartsheet-openapi-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartsheet/smartsheet-openapi-reference/versions/b4afda95fb51/schema)
