---
title: "Upload an image to an existing table row"
method: POST
path: "/workspaces/{workspace_id}/tables/{table_name}/images"
tags: ["tables", "files"]
---

# Upload an image to an existing table row

`POST /workspaces/{workspace_id}/tables/{table_name}/images`

Updates a row with image data and auto-generated 128x128 thumbnail

## Path parameters

- `workspace_id` string, required
- `table_name` string, required

## Response `200`

Image uploaded successfully

- object

## Other responses

- `400` — Invalid request (missing params, column not found)
- `401` — Unauthorized
- `403` — Access denied
- `404` — Table or row not found
- `413` — File too large
- `500` — Internal server error

---

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