---
title: "Remove text"
method: POST
path: "/v1/image/remove-text"
tags: ["Images"]
---

# Remove text

`POST /v1/image/remove-text`

Removes overlaid text from the image while preserving surrounding content and textures.

## Headers

- `accept` 'image/webp' | 'image/png' | 'image/jpeg'

## Response `200`

The text was successfully removed from the image.

## Other responses

- `400` — Bad request. May be missing required inputs or may have badly formatted inputs or options.
- `500` — Internal server error. Unable to remove text.

---

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