v1
latestOpenAPI 3.0.32026-08-061874701.5 MBcellImages
Add image to cell
Uploads an image to the specified cell within a sheet.
post/sheets/{sheetId}/rows/{rowId}/columns/{columnId}/cellimages
Query parameters
altTextstring
Url-encoded alternate text for the image
overrideValidationboolean
You may use the query string parameter overrideValidation with a value of true to allow a cell value outside of the validation limits. You must specify strict with a value of false to bypass value type checking.
Headers
Content-Typestring
Required for POST and PUT requests. Defines the structure for the request body.
Content-Dispositionstring
Example:attachment; filename="ProgressReport.docx"
Should be equal to "attachment" to tell the API that a file is in the body of the POST request, followed by a semicolon, followed by filename= and the URL-encoded filename in quotes
Content-Lengthinteger
Example:5463
Must be set to the size of the file, in bytes. For example to determine file size using in UNIX: $ ls -l ProgressReport.docx 5463 ProgressReport.docx
Response
SUCCESS